On Sun, Jan 18, 2009 at 4:11 PM, Anna White <anna1.white at yahoo.com> wrote: > Hi, > I need to send multiple frames per RTP packet. > I use the following components : conference, stream. > For example, I need to send 3 frames per packet for SPEEX codec. > What changes I need to do besides changing frm_per_pkt? > ( in spx_default_attr() function speex_codec.c file > attr->setting.frm_per_pkt = 3; // previous was 1) > You don't need to change that. Just use the pjsua_media_config.ptime setting or --ptime cmdline argument in pjsua to control the length of your RTP packet. cheers Benny -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090119/c6336fcd/attachment.html>