[Live-devel] Multiple session in Live555
Ross Finlayson
finlayson at live555.com
Thu Nov 14 15:04:56 PST 2013
> 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/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20131114/ee36fbd2/attachment.html>
More information about the live-devel
mailing list