Hi,<br>Can openRTSP be used (provided I am doing necessary coding to take the video frames from the file sink and giving them to the decoder).<br>As I am finding in playCommon.cpp "unsigned const thresh = 1sec" (too huge) before the line subsession->rtpSource()->setPacketReorderingThresholdTime(thresh);<br>
I think if I make unsigned const thresh = 1000 millisec (say). i can play thing in real time<br>Am I right in this sense.<br>