<div>We did such a test some time back. We reached a limit to the number of clients (a modification of openRTSP) at around 75. I guess we failed to close some file descriptors.</div>
<div> </div>
<div>Deeptendu<br><br> </div>
<div><span class="gmail_quote">On 10/30/06, <b class="gmail_sendername">Ross Finlayson</b> <<a href="mailto:finlayson@live555.com">finlayson@live555.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">>I have made one program that accepts data on a socket, and<br>>retransmits it on a RTSP socket (sort of like
<br>>testOnDemandRTSPServer, but with socket input instead of a file)<br><br>Be sure to set the "reuseFirstSource" parameter to "True" when<br>creating each "ServerMediaSubsession" object.
<br><br>>Everything works fine as long as I spawn no more than 25<br>>server/client pairs. If I go above that, say 40, one of the programs<br>>(sometimes openRTSP, other times the server) starts hogging CPU<br>>power.
<br><br>I suspect you're running into some internal OS limit here - e.g.,<br>maximum number of sockets or open files. If so, then this may be<br>something that you can reconfigure.<br><br>Apart from this, I don't have anything else to suggest right now,
<br>unfortunately.<br>--<br><br>Ross Finlayson<br>Live Networks, Inc.<br><a href="http://www.live555.com/">http://www.live555.com/</a><br>_______________________________________________<br>live-devel mailing list<br><a href="mailto:live-devel@lists.live555.com">
live-devel@lists.live555.com</a><br><a href="http://lists.live555.com/mailman/listinfo/live-devel">http://lists.live555.com/mailman/listinfo/live-devel</a><br></blockquote></div><br>