could somebody please reply to the below queries. Thanks guys. --- On Fri, 1/30/09, manjeet soodan <manjeetss1 at yahoo.com> wrote: From: manjeet soodan <manjeetss1@xxxxxxxxx> Subject: Re: Problem with RTCP msgs using streams To: nanang at pjsip.org Cc: "pjsip list" <pjsip at lists.pjsip.org> Date: Friday, January 30, 2009, 10:42 AM Hi Nanang ....... thanks alot for your answers. My Media proxy has to do the Audio transcoding + it has to receive the RTCP msgs (RTCP APP)? i.e TBCP (talk burst control protocol) msgs from first server and translate these TBCP msgs and send to the 2nd server and vice versa. So i am using two pjmedia streams for this, which shall get/put both RTP and RTCP. Do you think that "pjmedia_stream_get_stat()" would provide me with the RTCP APP (TBCP) msgs? Or is there any other API which i can use to send/recv RTCP APP(TBCP) msgs. Thanks alot. Regards, Manjeet --- On Fri, 1/30/09, Nanang Izzuddin <nanang at pjsip.org> wrote: From: Nanang Izzuddin <nanang@xxxxxxxxx> Subject: Re: [pjsip] Problem with RTCP msgs using streams To: "pjsip list" <pjsip at lists.pjsip.org> Date: Friday, January 30, 2009, 2:42 AM Hi, If you are using stream, then you can use pjmedia_stream_get_stat(), you will get a 'compiled RTCP' data though. To 'sniff' the raw RTCP packets, you can use pjmedia transport adapter. If your media proxy deal with raw RTP/RTCP packets and doesn't want audio transcoding, perhaps you better use pjmedia transport directly, instead of stream. Regards, nanang On Fri, Jan 30, 2009 at 2:01 AM, manjeet soodan <manjeetss1 at yahoo.com> wrote: > Hi, > > I am using two streams (pjmedia_streams) to encode/decode RTP + translating > RTCP between two servers. > > Question:- how will i receive the RTCP msgs? Can pjmedia_port_get_frame() > and pjmedia_port_put_frame() also be used to receive/send RTCP messages via > streams. > > Or is there some other way to send/recv RTCP msgs when using streams? > > Thanks > Manjeet > > > > > _______________________________________________ > 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 > > _______________________________________________ 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090130/bfa8dfae/attachment.html>