[Live-devel] Using event triggers

Felix Radensky felix at embedded-sol.com
Sun Feb 13 06:07:40 PST 2011


Hi,

I'm trying to integrate live555 based H264 RTSP streamer into
an existing application. I'd like to invoke live555 in the place where
encoded h264 buffer is already available to application, so it looks
like using new event trigger mechanism is a suitable approach.

I don't have any file descriptors added to live555 event loop. This
causes code is  BasicTaskScheduler::SingleStep() to produce the
following error:

BasicTaskScheduler::SingleStep(): select() fails: Bad file descriptor

Am I missing something obvious or current code cannot work as I
think it should (skip select() if no file descriptors were added to 
event loop).

I'm using version 2011.01.24.

Thanks.

Felix.


More information about the live-devel mailing list