<!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] Multicast Interface
Addr</title></head><body>
<blockquote type="cite" cite><font size="-1">Re: &nbsp;But my change
does not disable the ability to change the interface from the default.
&nbsp;The address parameter on the &quot;bind&quot; call specifies
what destination addresses the socket will accept in the arriving
packets. &nbsp;If you use INADDR_ANY, you can accept data which
specifies any address as the destination address. &nbsp;If you
specifiy ReceivingInterfaceAddr as, for example, 192.168.38.24, then
your socket can ONLY receive data which was sent with 192.168.38.24 as
the destination. &nbsp;Data sent to that socket with a multicast
address won't be received.</font></blockquote>
<div><br></div>
<div>I don't whether or not this is universal behavior, or just
something that's peculiar to your OS.&nbsp; In any case, the current
code (&quot;bind()&quot;ing to &quot;ReceivingInterfaceAddr&quot;) is
necessary for unicast streams to work properly (if
&quot;ReceivingInterfaceAddr&quot; was set to something other than
INADDR_ANY).</div>
<div><br></div>
<div>The best way to control the interface on which you receive
multicast packets is to ensure that the OS has a proper route for
multicast packets on that interface.</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>