On Thu, May 29, 2008 at 4:19 PM, Damien Herraud <d.herraud at gmail.com> wrote: > Hi, > > Now I managed registration with pure pjsip functions (no pjsua), I am > focusing on making a "call". It is not a real call since I want to use the > video streamer VLC to send a video. VLC will take care of codecs and RTP > transport, as well as display and sound. > > My question is concerning how to manage SDP negociation. Apparently, > everything is well detailed in pjmedia documentation, with the possibilty of > manually creating a SDP session descriptor, and then the ability to use > functions to negociate with it. > However I will only use pjmedia for SDP since everything else will be > handled by VLC, is it the right way to do or should I get rid of pjmedia ? > I think this is similar to integrating third party media stack, hence it's explained in http://trac.pjsip.org/repos/wiki/3rd_Party_Media Cheers Benny