Hi, I need to set the --iface-address option on the VLC Firefox/IE plug-in so I can specify which NIC to use in a multi-home network.
I've tried the following:
vlc.playlist.add('udp://224.168.5.99:3000', 'My stream', 'iface-addr=192.168.5.106');
But the documentation isn't clear on the iface-addr option, so I've also tried:
iface-addr=192.168.5.106
iface-address=192.168.5.106
--iface-addr=192.168.5.106
--iface-address=192.168.5.106
miface-addr=192.168.5.106
miface-address=192.168.5.106
--miface-addr=192.168.5.106
--miface-address=192.168.5.106
All to no avail.
Suggestions?