> I am using your test app "testOndemandRtspServer",i want to know that > how its maintain multiple clients session internally. > is it create multiple process??
No. The application - like most LIVE555-based applications - uses a single-threaded event loop. See http://www.live555.com/liveMedia/faq.html#control-flow Our RTSP server implementation supports multiple concurrent clients by maintaining a separate "RTSPServer::RTSPClientSession" object for each client. Ross Finlayson Live Networks, Inc. http://www.live555.com/
_______________________________________________ live-devel mailing list [email protected] http://lists.live555.com/mailman/listinfo/live-devel
