[Live-devel] RTSPServer fails to stream when the number of ServerMediaSessions is more than 10
Ross Finlayson
finlayson at live555.com
Wed Jul 1 16:49:43 PDT 2015
There’s no inherent limit on the number of “ServerMediaSession” objects in a server. What you are describing, however, is a scalability issue when you start *streaming* a large number of streams concurrently.
Scalability issues like this are *not* caused by any limit in our code. Instead, they are usually caused by either network bandwidth issues (i.e., you’re approaching the capacity of your network), or by OS-imposed limits on the number of ‘sockets’ that a single process can have open; see
http://live555.com/liveMedia/faq.html#scalability
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/20150701/fcd33377/attachment.html>
More information about the live-devel
mailing list