On 5/29/2012 5:34 AM, Tarun Batra wrote:

Is there any way in testMPEG2TransportStreamer.cpp to know the frame
rate of the file it is streaming????

Try subclassing MPEG2TransportStreamFramer, and keeping track when its getNextFrame() method is called. Between that and gettimeofday(), you should be able to calculate this.
_______________________________________________
live-devel mailing list
[email protected]
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to