<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>&nbsp;</div>
<div>Deeptendu<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 10/30/06, <b class="gmail_sendername">Ross Finlayson</b> &lt;<a href="mailto:finlayson@live555.com">finlayson@live555.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">&gt;I have made one program that accepts data on a socket, and<br>&gt;retransmits it on a RTSP socket (sort of like
<br>&gt;testOnDemandRTSPServer, but with socket input instead of a file)<br><br>Be sure to set the &quot;reuseFirstSource&quot; parameter to &quot;True&quot; when<br>creating each &quot;ServerMediaSubsession&quot; object.
<br><br>&gt;Everything works fine as long as I spawn no more than 25<br>&gt;server/client pairs. If I go above that, say 40, one of the programs<br>&gt;(sometimes openRTSP, other times the server) starts hogging CPU<br>&gt;power.
<br><br>I suspect you're running into some internal OS limit here - e.g.,<br>maximum number of sockets or open files.&nbsp;&nbsp;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>