Hi, Not sure if this would help: There is SSRC in the pjmedia_stream_info, which can be extracted from pjmedia_session_get_info(). You can get the pjmedia session of pjsua call using pjsua_call_get_media_session(). Regards, nanang On Thu, Oct 23, 2008 at 1:05 PM, CalvIA IA <calvia08 at gmail.com> wrote: > Hi all, > > I am trying to implement a media transport adapter in PJSUA and > I think I need to retrieve the SSRC of the underlying RTP media stream > to bind the adapter to the appropriate RTP media. > > Anyone knows how I can retrieve the SSRC when starting the transport > adapter? > > Thanks. > > Calvin > _______________________________________________ > 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 > >