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 <<a href="mailto:finlayson@live555.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">finlayson@live555.com</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
> indeed I need several multicast streams from one source, not unicas,<br>>not on demand<br><br>OK, so you will need to write a new class that acts as a data<br>'duplicator' - i.e., taking one input, but generating several<br>
outputs. Each output would be fed to a separate "RTPSink" object<br>(each with its own "groupsock"). You would call "startPlaying()" on<br>each of these "RTPSink"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>