Now my problem is: where and how do I get these lines to be executed ?
startPlaying is called right before starting up Live555's event loop.
But then my main thread is just looping forever in
scheduler->doEventLoop();

Yes, because "LIVE555 Streaming Media" applications are event-driven (i.e., from within an event loop). Therefore, you need to trigger your code using an event.

The easiest way to do this is using a 'watch variable', as described in
        http://www.live555.com/liveMedia/faq.html#exiting-event-loop
--

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to