Re: [Live-devel] About openRTSP

2011-01-17 Thread Ross Finlayson
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

[Live-devel] About openRTSP

2011-01-17 Thread Komal Dhote
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

[Live-devel] about openRTSP

2007-05-25 Thread hong liu
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 --