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