I find a simpler way to do this by adding several multicast address to the group sock by using the addDestination method before the creation of the RTPsink.<br><br>Nicolas Renard<br><br><br><div><span class="gmail_quote">2008/2/7, Ross Finlayson &lt;<a href="mailto:finlayson@live555.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">finlayson@live555.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

&gt;&nbsp;&nbsp; indeed I need several multicast streams from one source, not unicas,<br>&gt;not on demand<br><br>OK, so you will need to write a new class that acts as a data<br>&#39;duplicator&#39; - i.e., taking one input, but generating several<br>

outputs.&nbsp;&nbsp;Each output would be fed to a separate &quot;RTPSink&quot; object<br>(each with its own &quot;groupsock&quot;).&nbsp;&nbsp;You would call &quot;startPlaying()&quot; on<br>each of these &quot;RTPSink&quot;s.<br>--<br><br>
Ross Finlayson<br>
Live Networks, Inc.<br><a href="http://www.live555.com/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.live555.com/</a><br>_______________________________________________<br>live-devel mailing list<br>
<a href="mailto:live-devel@lists.live555.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">live-devel@lists.live555.com</a><br>
<a href="http://lists.live555.com/mailman/listinfo/live-devel" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://lists.live555.com/mailman/listinfo/live-devel</a><br></blockquote></div><br>