<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">It wasn't clear to me - from your original message - what port numbers you are choosing.  For each stream, you *must* use an even numbered port number for RTCP, and that port number +1 (i.e., odd-numbered) for RTCP.  Also, you *should* use different port numbers for each stream.<div><br></div><div>E.g., for stream 1, you could use 8000 for RTP, and 8001 for RTCP.  For stream 2, you could use 8002 for RTP, and 8003 for RTCP.  Etc.</div><div><br></div><div>Because you are (correctly) using a different IP multicast address for each stream, it shouldn't matter, in principle, if you use different port numbers for each stream.  In practice, however, it might matter (and it does matter in some versions of Linux), so that's what I recommend.</div><div><br></div><div>But apart from that, I don't see anything in our software that could be causing your problem.  But you clearly are running into a resource limit somewhere.  Is your CPU usage at (or close to) 100% when you start having problems with multiple streams?  If so, then you should be able to figure out - using profiling software - where most of the CPU usage is occurring.  If, however, the resource limit that you're hitting is *not* your CPU, and it's not your network, then it has to be file I/O, or something else in your OS.</div><div><br></div><div>Finally, I assume that you're not trying to run multiple copies of *VLC" on the same computer.  (Someone reported a similar issue about a month ago, but it turned out that their real problem was that they were trying to run multiple copies of VLC on the same computer.)</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>