[Live-devel] RTCP Receiver Report information

Kumar Sambhav sambhav at saranyu.in
Sun Apr 29 11:14:27 PDT 2012


Thanks Ross. 
In the proposed  implementation the application has to periodically query the stats. 

Is there a way  to have an implementation where an application callback is called every time an RTCP RR is received ?

Regards,
Sambhav

On Apr 29, 2012, at 7:51 PM, Ross Finlayson wrote:

>> How can the OnDemand RTSP Server application get the RTCP Receiver Report information ?
> 
> Our RTSP servers (including "testOnDemandRTSPServer") automatically receive RTCP Receiver Reports from clients.
> 
> Information obtained from these reports is stored in a database (class: "RTPTransmissionStatsDB") for each "RTPSink" object.  See "liveMedia/include/RTPSink.hh"; note, in particular, the function "RTPSink::transmissionStatsDB()".
> 
> You would need to write your own code to keep track of each "RTPSink" object (most likely, in your implementation(s) of the "createNewRTPSink()" virtual function), and access and display the records (class: "RTPTransmissionStats") from each "RTPSink" object's database.
> 
> 
> Ross Finlayson
> Live Networks, Inc.
> http://www.live555.com/
> 
> _______________________________________________
> live-devel mailing list
> live-devel at lists.live555.com
> http://lists.live555.com/mailman/listinfo/live-devel

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20120429/38d1c018/attachment.html>


More information about the live-devel mailing list