Re: [Live-devel] RTSP Server suddenly stops streaming

2015-10-16 Thread Ross Finlayson
> nextTask() = envir().taskScheduler().scheduleDelayedTask(5, > (TaskFunc*)FramedSource::afterGetting, this); Why are you delaying the call to “FramedSource::afterGetting(this)” by 50 ms? Once you’ve delivered a frame of data to the downstream object, you should call FramedSou

Re: [Live-devel] RTSP Server suddenly stops streaming

2015-10-16 Thread Tiago Fonseca
I did the tests you suggested and it seems that the problem is on my Server, specifically when streaming h264. When I run my Server with testRTSPClient, no matter which encoder, after a minute or so it freezes indefinitely. When I run my Server streaming in FMPG4 and vlc, I'm able to stream fore