[Live-devel] RTSP Server suddenly stops streaming
Ross Finlayson
finlayson at live555.com
Fri Oct 16 14:43:39 PDT 2015
> nextTask() = envir().taskScheduler().scheduleDelayedTask(50000, (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
FramedSource::afterGetting(this);
*immediately*.
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20151016/c2f437e8/attachment.html>
More information about the live-devel
mailing list