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@lists.live555.com
> http://lists.live555.com/mailman/listinfo/live-devel

_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to