Re: [Live-devel] Question about Recursive TaskScheduler::doEventLoop Call

2021-01-11 Thread Mit Shan
duler". But I worry whether this is feasible, since the whole library is designed basing on event-driven with one thread. What's your advice to this idea, or is there any pioneer? (And if event pool is finally feasible, using Boost.Asio to accomplish the task may work.) Mit Shan. _

[Live-devel] Question about Recursive TaskScheduler::doEventLoop Call

2021-01-11 Thread Mit Shan
I want to achieve the following function in live555 RTSP server: (a). Block for some time in the method "GenericMediaServer::lookupServerMediaSession", when processing the "DESCRIBE" request (and before we response to it), while having live555 RTSP server running normally with other streams da