<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>Re: [Live-devel] RTPsink with two multicast
address</title></head><body>
<blockquote type="cite" cite><font face="Arial" size="-1">Is it
possible to add more than one multicast address to RTPSink as
destinations?</font><br>
</blockquote>
<blockquote type="cite" cite><font face="Arial" size="-1">Which means
that the the packet will be transmitted once for each multicast
address/</font></blockquote>
<div><br>
Yes, call</div>
<div><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>yourRTPSink-&gt;groupsockBeingUsed().addDestination(addr,
port);</div>
<div>(See &quot;groupsock/include/Groupsock.hh&quot; for the signature
of &quot;addDestination()&quot;.)</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>