2009/9/14 fabien comte
> I want sofsip cli works with PCMA instead of PCMU. How to modify it ?
Just in case you have not figured out it yet: you have to change the
RTP payload type on m= line to 8, too. The rtpmap should work,
provided the payload number on m=audio line and a=rtpmap are same, at
sofia-sip-devel@lists.sourceforge.net
Hello,
I want sofsip cli works with PCMA instead of PCMU. How to modify it ?
I modified ssc_media_gst.c
self->sm_pt = 0; /* PT=0 => PCMU */
/* step: initialize the PT<->caps hash table */
pt_caps = gst_caps_new_simple ("application/x-rtp",
"clock-r