Re: [Live-devel] Can openRTSP be used for real time playing

2008-06-12 Thread Ross Finlayson
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). Yes, you can give "openRTSP" the "-v" option (meaning: write video to 'stdout'), and the pipe it into your decoder (running as a separate application). As

[Live-devel] Can openRTSP be used for real time playing

2008-06-12 Thread manas lenka
Hi, 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). As I am finding in playCommon.cpp "unsigned const thresh = 1sec" (too huge) before the line subsession->rtpSource()->setPacketReorderingThresholdTime(thresh);