Re: [Live-devel] New feature patch: PollingBasedTaskScheduler

2008-11-18 Thread Alex Cichowski
OK. I have to say this does not seem like a robust solution, but maybe it could be made to work... However, I also need to repeat the whole process while there is still data to be read from any socket, since the RTP handlers only read one packet at a time, and therefore can start to lag behind if t

Re: [Live-devel] New feature patch: PollingBasedTaskScheduler

2008-11-18 Thread Ross Finlayson
Please find attached a patch that adds an additional task scheduler named "PollingBasedTaskScheduler" to BasicUsageEnvironment. This scheduler can be used for performing updates in a polling fashion, i.e. without any blocking like BasicTaskScheduler does due to its use of a nonzero timeout when ca

[Live-devel] New feature patch: PollingBasedTaskScheduler

2008-11-17 Thread Alex Cichowski
Dear Live555 developers, Please find attached a patch that adds an additional task scheduler named "PollingBasedTaskScheduler" to BasicUsageEnvironment. This scheduler can be used for performing updates in a polling fashion, i.e. without any blocking like BasicTaskScheduler does due to its use of