Yes, you can call any of these functions while you’re in the event loop. In fact, there’s no reason in principle why your “main()” function can’t just be nothing but a call to “doEventLoop()” - so that everything gets called from event handlers. (In practice, however, “main()” needs to do some initial setup to ensure that events start happening - before the call to “doEventLoop()”.)
But once you’re in the event loop (and thus are handling events), you can call whatever functions you like. 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