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
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);