> As for exiting and restarting the process, what I'd like to do is actually > have a single process with multiple thread with different RTP servers (not > RTSP) in each. Is this possible using a single environment variable for the > whole process but individual task schedulers per thread or should there be > one of each (task scheduler and environment var) per thread.
And note also that you can have multiple servers (and/or clients) within a single process, without using multiple threads at all. LIVE555 applications use an event loop - rather than multiple threads - to provide concurrency. If you do not understand that last sentence, then you should not be using this software until you do :-) 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