I have observed one point in the openRTSP. When i use openRTSP as it is it works fine, but when i introduces delay in void FileSink::afterGettingFrame1 (lets say 50 ms) i will miss some frame. why?
Probably because your operating system has insufficient large socket reception buffering. (If you stop reading packets from a datagram socket, the operating system will buffer incoming packets, but will drop subsequent packets once its buffer fills up.)
See http://www.live555.com/liveMedia/faq.html#packet-loss -- 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