On Thu, Apr 10, 2008 at 7:33 PM, Damien Herraud <d.herraud at gmail.com> wrote: > Thanks Nanang for the link, > > I have also discovered this page : > http://trac.pjsip.org/repos/wiki/3rd_Party_Media. > This appeared very interesting to me, I'd like to use "Reusing PJMEDIA's > Session Info" chapter since it seems to correspond with what I want to do (I > don't implement any real codec, VLC take care of that for me and I would > like to modify pjsua to launch VLC, I just need to put codec information in > SDP). > > However it is written that this method "still can only work with PJSIP (and > not PJSUA-LIB)". Does it mean that I will not be able to modify pjsua to use > VLC that way ? If not is there a easier way to implement extra codec > information in SDP than building the SDP manually ? > Yes that would only work with PJSIP. You can of course modify PJSUA-LIB, but I always discourage this since it would make it hard to maintain (and support). Cheers Benny