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 &quot;unsigned const thresh = 1sec&quot; (too huge)&nbsp; before the line subsession-&gt;rtpSource()-&gt;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>