Re: [Live-devel] RTP Audio without sip

2024-06-14 Thread Ross Finlayson
RTP and RTCP are different protocols, but which work together. RTP packets deliver the media data. RTCP is used (in the reverse direction) to monitor/report the quality of the RTP stream (including reporting packet loss rates). Also, if you have separate RTP streams for audio and video, then

Re: [Live-devel] RTP Audio without sip

2024-06-14 Thread Guillermo Bernaldo de Quiros Maraver
Hi Ross, I've been reading the source code and trying the tests (testAMRAudioStreamer.cpp as you told me on your last answer). One last thing I would like to ask you is if there is anyway to use RTP instead of RTCP. The test I'm using right now, works as expected but I would like to use RTP becaus