> Can u just tell me how to receive concurrent multiple streams using your > "test on demand rtsp server" code.
As stated clearly in the FAQ (that you were asked to read before posting to this mailing list :-), LIVE555-based applications are single-threaded, using an event loop, rather than multiple threads, for concurrency. Having a RTSP server support multiple streams is easy - simply call "addServerMediaSession" multiple times, once for each such stream - before you call "doEventLoop()" to start the server running. 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