I have observed one point in the openRTSP. When i use openRTSP as it
is it works fine, but when i introduces delay in void
FileSink::afterGettingFrame1 (lets say 50 ms) i will miss some
frame. why?
Probably because your operating system has insufficient large socket
reception buffering. (If
Hi All,
I have observed one point in the openRTSP. When i use openRTSP as it is it
works fine, but when i introduces delay in void FileSink::afterGettingFrame1
(lets say 50 ms) i will miss some frame. why?
Can anybody explain me why this is happening?As 50 ms is not that much big,
in large applica
I used debugger to trace the openRTSP, and I found it never called
"nv->taskScheduler().doEventLoop();" in the main function of openRTSP. I am
wondering why you put the code here and when it will be called by the program.
Thank you!
Hong Liu
--