<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div><blockquote type="cite"><div lang="EN-US" link="blue" vlink="purple" style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><div class="Section1" style="page: Section1;"><div style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;"><span style="color: rgb(31, 73, 125);">I had seen the answer at<span class="Apple-converted-space"> </span><a href="http://lists.live555.com/pipermail/live-devel/2014-September/thread.html" style="color: purple; text-decoration: underline;">http://lists.live555.com/pipermail/live-devel/2014-September/thread.html</a><span class="Apple-converted-space"> </span>although I didn’t received email from mailing list (may be our mail server’s down or something cause to lost email …)</span></div></div></div></blockquote><div><br></div>You're on the mailing list, so you should be receiving mailing list messages.  Perhaps your company's spam filter is incorrectly rejecting this mailing list's messages??</div><div><br></div><div><br><blockquote type="cite"><div lang="EN-US" link="blue" vlink="purple" style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><div class="Section1" style="page: Section1;"><div style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;"><span style="color: rgb(31, 73, 125); font-size: 10pt;">As your suggestions, I use VLC as client running in 4 separated computer (I think hardware in each computer is ok to run just one vlc), The “reuseFirstSource” is of course set to true but nothing changed, video again getting slower with bad image when the 4</span><sup style="color: rgb(31, 73, 125);">th</sup><span style="color: rgb(31, 73, 125); font-size: 10pt;"> or 5</span><sup style="color: rgb(31, 73, 125);">th</sup><span style="color: rgb(31, 73, 125); font-size: 10pt;"> client connect to server (All clients use RTP-over-UDP to request to server) </span></div><pre style="margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: 'Courier New';"><span style="font-family: Calibri, sans-serif; color: rgb(31, 73, 125);">I also use “openRTSP” to get data from my server and write into files. The same thing happens when the 4<sup>th</sup> or 5<sup>th</sup> client connect to server (when the connection less than 4, everything is ok). </span></pre></div></div></blockquote><div><br></div></div>I suspect that you are approaching the capacity of your network (or at least the capacity of your server's OS to transmit packets on your network).  The big problem here is your choice of codec: JPEG.  This is a very inefficient codec for streaming.  If you haven't already done so, see<div><span class="Apple-tab-span" style="white-space:pre">   </span><a href="http://www.live555.com/liveMedia/faq.html#jpeg-streaming">http://www.live555.com/liveMedia/faq.html#jpeg-streaming</a></div><div><br></div><div>I suggest using H.264 instead of MJPEG.</div><div><br></div><div>Also, if your clients are all on the same LAN, you should stream via IP multicast rather than IP unicast.  (Then, your server's network traffic will be independent of the number of clients.)  To do this, you would use a "PassiveServerMediaSubsession" rather than an "OnDemandServerMediaSubsession" (and note the various "test*Streamer" demo applications, which stream via multicast, using a "PassiveServerMediaSubsession".</div><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;  "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;  ">Ross Finlayson<br>Live Networks, Inc.<br><a href="http://www.live555.com/">http://www.live555.com/</a></span></span>
</div>
<br></body></html>