Hi Ross,<div>thank you for this nice library. </div><div>I am very new to C++, but thanks to your GAQ and mailing list I was able to put together an application that receives from many live sources, reuses first source and streams unicast on demand to many clients. I even got myslq integrated and get the list of sources from database. Great!</div>


<div>So far so good. </div><div><br></div><div>One problem that I spent a lot of time to debug is if multicast sources have the same port. In this case when I open different sources they act strangely and start overlapping, switching randomly source , even if the client stays on the exact same connection. He gets many sources switched to him in the UDP stream. (input is mixed up, affecting output, no matter if reuse or not)</div>


<div><br></div><div>Then I found somewhere in this list you mentioning that this is a big on some Linux flavors, and we should use different ports to avoid. </div><div>Problem is I cannot use different ports, I have 100+ multicast sources, all with same port but different address. And in theory its a different source address, port should not matter or mix right ?</div>


<div><br></div><div>Also I have used many other utilities, on the same systems and they don&#39;t have this &quot;big&quot; or behavior, hence I don&#39;t believe its an OS bug, since I have tried on a number of Linux flavors, including the latest releases. </div>


<div>If all other software works, my only guess is that it has be a problem in the groupsock. I really need a way around this.</div><div>Your thoughts ?</div><div><br></div><div>P.S </div><div>Also how do we get around the 16 simultaneous connections limit problem.</div>


<div>I know this is an os setting (for the max open file descriptors???) , but is there a code or method we can use from within the library or application to ensure we set it high like 1024 or something ?</div><div>Thanks You</div>


<div><br></div><div>Help greatly appreciated  and please excuse me if this has been discussed or solved elsewhere, I really looked and searched and read the whole mailing list from day one.</div><div><br></div><div>Zed<br clear="all">

<br>
</div>