[Live-devel] RTCP Receiver Report

Ross Finlayson finlayson at live555.com
Tue Mar 28 15:11:23 PST 2006


>Are there any suggestions on how I can read the RTCP Receiver's Report packet?

Look at the "RTPTransmissionStats" class (defined in 
"liveMedia/include/RTPSink.hh").  This is updated automatically (by 
the server) each time a RTCP Reception Report (RR) packet arrives.

You'll have to look at the code to figure out how to use this, but it 
is very similar to the "RTPReceptionStats" class which is used at the 
receiver end (and updated each time a RTCP Sender Report (SR) packet 
arrives).  See "testProgs/playCommon.cpp" for an example of how 
"RTPReceptionStats" is used.


	Ross Finlayson
	Live Networks, Inc. (LIVE555.COM)
	<http://www.live555.com/>



More information about the live-devel mailing list