On Fri, Jun 6, 2008 at 2:56 PM, Nuno Costa <ncosta at wit-software.com> wrote: > Hi. > > I'm currently trying to transport RTP/RTCP over TCP, as described in > RFC4571. > Does PJSIP supports/will support this feature? > Currently no, as you can see from http://www.pjsip.org/sip_media_features.htm > Which kind of approach do you suggest to implement this? > We modified the pjmedia transport framework when we did SRTP, and part of the modification was to add few more API's to media transport interface to allow it to interact with SDP (that is to modify SDP before it's sent, and to inspect incoming SDP in order to activate certain features). So if you have the latest version of pjsip, you can just create a TCP based media transport class, and it should be supported by the rest of pjsip/pjmedia framework. Have a look at transport_udp.c or transport_srtp.c for sample codes. Hope this helps. Cheers Benny > Thanks! > > Regards, > Nuno Costa > > -- > ========================================= > Nuno Costa > Senior Engineer > WIT-Software Lda. > Coimbra (Portugal), San Jose (California) > Phone : +351.239.801030 > Email : nuno.costa at wit-software.com > Web: http://www.wit-software.com > ========================================= > > _______________________________________________ > 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 > >