Hi, You should try the static link version of IPP, it produces less size! Thanks Yeffry On 6/5/09, Rafael Maia <rmaia_lcm at hotmail.com> wrote: > > > > Hi, > > > > where is the list i use with Intel IPP 6.0: > > > > ippcore-6.0.dll > ipps-6.0.dll > ippsc-6.0.dll > ippscp8-6.0.dll > ippscpx-6.0.dll > ippscs8-6.0.dll > ippsct7-6.0.dll > ippscv8-6.0.dll > ippscw7-6.0.dll > ippsp8-6.0.dll > ippspx-6.0.dll > ippsr-6.0.dll > ippsrp8-6.0.dll > ippsrpx-6.0.dll > ippsrs8-6.0.dll > ippsrt7-6.0.dll > ippsrv8-6.0.dll > ippsrw7-6.0.dll > ippss8-6.0.dll > ippst7-6.0.dll > ippsv8-6.0.dll > ippsw7-6.0.dll > libiomp5md.dll > > > > > > Rafael Maia > > > > > > > > > > Date: Fri, 5 Jun 2009 18:22:00 +0200 > From: s.balzano@xxxxxxxxxxxx > To: pjsip at lists.pjsip.org > Subject: Re: VoiceAge G729 > > Hi Gang, > > What DLLs are tou redistributing? > Mine are ippsc* (Speech coding) and ippsr* (Speech recognition) plus some > other common dll. Without these, i get a "file not found" error or > "waterfall procedure could not find any dll" error. > > Can you post your dll list? > > Thanks, > Salvatore. > > As I remember, no more than 3M when included IPP 5. > > regards, > Gang > > On Thu, Jun 4, 2009 at 9:40 PM, Salvatore Balzano > <s.balzano at smartsoft.it>wrote: > > > Hi all, > > I've tryed Intel IPP to integrate G729 codec in pjsip, it works, but it's > very large (the best i get is about 40MB of DLL to redistribute). > > I read that Pjsip can be integrated with VoiceAge G729, but I don't know > how. > > Is there anyone with example/tutorial/code? > > Thanks in advance, > Salvatore Balzano. > > -- > Salvatore Balzano, > Smart Soft s.r.l. > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090605/1a34c076/attachment-0001.html> > > ------------------------------ > > Message: 2 > Date: Fri, 5 Jun 2009 11:18:24 +0800 > From: Gang Liu <gangban.lau@xxxxxxxxx> > Subject: Re: pjusa-lib Can i set the sender ptime for G711 > codec? > To: hamstiede at yahoo.de, pjsip list <pjsip at lists.pjsip.org> > Message-ID: > <2685b43f0906042018o94b9f6ep6919d6aedccac77c at mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > try > pCodecParam->setting.frm_per_pkt = (pj_uint8_t)(ptime / > pCodecParam->info.frm_ptime); > > and ptime will be 10, 20 ... for pcma > > > regards, > Gang > > On Thu, Jun 4, 2009 at 4:37 PM, <hamstiede at yahoo.de> wrote: > > > Hi Gang, > > i tried to set the codec parameter with this code, before i run > pjsua_start() > > pjmedia_codec_param* pCodecParam = > PJ_POOL_ZALLOC_T(m_pMemPool, struct pjmedia_codec_param); > if (pjsua_codec_get_param(pj_cstr(&tmp, > "pcma"),pCodecParam)==PJ_SUCCESS) > { pCodecParam->setting.frm_per_pkt=160; /*Number of frames per > packet.*/ > pCodecParam->setting.vad=0; > pCodecParam->setting.plc=0; > pjsua_codec_set_param(pj_cstr(&tmp, "pcma"),pCodecParam); > } > > > i increase the setting.frm_per_pkt to 320, maby this is like a > ptime=40 ptime=ffp*1000/8000 for g711 but it doesn't work. > the pjmedia_codec_param struct has a info variable ptime but it is only > info!! > pCodecParam->info.frm_ptime; > > any idea ? > > > > > --- Gang Liu *<gangban.lau at gmail.com>* schrieb am *Do, 4.6.2009: > * > > * > Von: Gang Liu <gangban.lau at gmail.com> > Betreff: Re: [pjsip] pjusa-lib Can i set the sender ptime for G711 codec? > An: "pjsip list" <pjsip at lists.pjsip.org> > Datum: Donnerstag, 4. Juni 2009, 8:49 > > * *Did you try pjsua_codec_set_param() this function?* > * > BTW, I didn't try it before.* > * > regards,* > *Gang* > ** > *On Wed, Jun 3, 2009 at 10:55 PM, M.S. <hamstiede at yahoo.de> wrote: > * > > Hello, > i want to set the ptime in pjsua-lib/application only in RTP sender > direction. > Now it is fixed to the ptime default (20ms). I mean the RTP ptime for G711 > codec, > not the conference ptime. > > regards > mark > > > > * > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > * > * > * > * > -----Integrierter Anhang folgt----- > > * *_______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > * > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090605/2e8aacfd/attachment-0001.html> > > ------------------------------ > > Message: 3 > Date: Fri, 5 Jun 2009 16:32:57 +0300 > From: "P.Muge Ersoy" <muge.ersoy@xxxxxxxxx> > Subject: Re: PJSIP on Android > To: pjsip list <pjsip at lists.pjsip.org> > Message-ID: > <ad39e2590906050632s1287af43vbeb474020cd8a047 at mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > Thanks! > > > On Thu, Jun 4, 2009 at 6:58 PM, Perry Ismangil <perry at teluu.com> wrote: > > > On Thu, Jun 4, 2009 at 09:37, P.Muge Ersoy <muge.ersoy at gmail.com> wrote: > > http://android.wooyd.org is under construction.. what happend to Pjsip > on > > Android ? > > You can download Jurij's sources + for convenience I have bundled > pjsip that's known to be working here: > http://code.teluu.com/tabikphoneandroid/downloads/ (download the > 'tip') > > -- > Perry Ismangil > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090605/28775812/attachment-0001.html> > > ------------------------------ > > _______________________________________________ > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > End of pjsip Digest, Vol 22, Issue 15 > ************************************* > > > -- > Salvatore Balzano, > Smart Soft s.r.l. > _________________________________________________________________ > Deixe suas conversas mais divertidas. Baixe agora mesmo novos emoticons. ? > gr?tis! > http://specials.br.msn.com/ilovemessenger/pacotes.aspx