>       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/

_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to