Page 1 of 1

Choose the network that UDP is Streamed with 2 networks?

Posted: 11 Mar 2010 18:05
by Beardless2
Hi,

I have a server which is connected to two networks (the machine has two network cards). When i stream vlc UDP video, other machines on the network cannot see the stream as I guess the stream goes dont the wrong network. Disabling one of the network apdapters and the stream works fine.

Is there a way in VLC to specify where the stream goes / which network adapter it uses?

Windows XP

Chris

Re: Choose the network that UDP is Streamed with 2 networks?

Posted: 12 Mar 2010 16:48
by VLC_help
If you VLM, then

Code: Select all

--miface=<string> Multicast output interface Default multicast interface. This overrides the routing table. --miface-addr=<string> IPv4 multicast output interface address IPv4 adress for the default multicast interface. This overrides the routing table.
otherwise you have to use route command to fix your network.