> We are developing a multicast streaming server based on testMP3Streamer test > program. > Would like to get the round trip time(RTT) from the RTCP RR report. > > As I see, we are creating a RTCPInstance. > How can we calculate the RTT from the RTCP RR report (based on > (Time_Now-TimeOf_LSR)-DSLR )? > OR @least how can we get the RTCP RR report details?
As you’ve discovered (based on your subsequent email), the way to do this is by accessing the server’s “RTPTransmissionStats” database. (You should not need to handle the RTCP packets directly; our code does that for you.) 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