[Live-devel] RTCP Receiver Reports use

Ross Finlayson finlayson at live555.com
Wed Jan 11 20:08:08 PST 2012


> We have implemented a sender and a receiver for MPEG2TS using Livemedia.
> 
Do 'we' not have our own domain name? :-)

> I found some old posts from 2004 talking about Receiver reports.
> 
You realize, I hope, that 2004 was 8 years ago :-)  We've had full support for RTCP "RR" and "SR" packets for many years now.

> Right now I send (and receive on the client side) RTCP sender reports over the port+1 port, but I am not able to see the Sender Receiver messages.
> 
You may be confused by the difference between RTCP "SR" (Sender Report) packets and RTCP "RR" (Reception Report) packets.  We implement (the sending and receiving) of both kinds of RTCP packet.  Note, however, that a RTP server (transmitter) sends RTCP "SR" packets (and receives RTCP "RR" packets from receiver(s)).  A RTP client (receiver) sends RTCP "RR" packets (and receives RTCP "SR" packets from the server).

But anyway, the important thing to note is that these packets get sent and received automatically (by the "RTCPInstance" objects).  You don't need to do anything special to implement them.


>  I tried with some other test as testMP3Streamer and testMP3receiver, and I dont receive RTCP receive reports.

"testMP3Streamer" sends RTCP "SR" packets, and will receive RTCP "RR" reports from any (multicast-connected receivers).  "testMP3Receiver" sends RTCP "RR" packets, and will receiver RTCP "SR" packets from "testMP3Streamer" (provided, of course, that multicast routing is enabled between the computers that run "testMP3Streamer" and "testMP3Receiver").


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20120111/1450d3f7/attachment.html>


More information about the live-devel mailing list