> We are wanting to send video across a unidirectional link. > I am hoping that the media server includes timestamps and sequence numbers > into the stream such that at the client end one can compute and report (or > better yet if existing software will compute and report) stats like: > - Number of lost packets. > - Min/avg/max length of packet loss events, and the number of packet > loss events. > - Min/avg/max latency. > > (I think these could be done by inspecting RTP timestamps and sequence > numbers) > Are these things that can be done with live555?
Yes, our software implements the IETF’s RTP/RTCP standard (including the RTP payload formats for several common video and audio codecs). We have several demo applications (in source code form) that you can try, as well as a pre-built RTSP server application. See http://live555.com/liveMedia/#testProgs (In particular, you can run our “openRTSP” command-line client application with the “-Q” option, to report ‘quality of service’ stats; see http://live555.com/openRTSP/#other-options 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