Re: [Live-devel] problem with triggerEvent

2015-02-10 Thread Ross Finlayson
> I'm reusing event triggers because I thought that triggerEvent would enqueue > the data and it will process all the events. No, the implementation of “triggerEvent()” in “BasicTaskScheduler” does not do this. If you want to use the same “EventTriggerId” more than once, you’ll need to wait un

[Live-devel] problem with triggerEvent

2015-02-10 Thread Francisco Javier Cabello Torres
Hi, I'm developing an android application which connects to several RTSP servers. The application shows several video streams concurrently. I'm using only one thread for live555 and I use live555 events to start/stop streams. In order to start a new stream I call: scheduler->triggerEve