I have my laptop's wired ethernet connected directly to a video server play out a UDP multi-cast of 224.1.1.1 on port 8000. when I use vlc to view the stream I get an "cannot pre fill buffer". Wireshark has no problems seeing the stream so my source is ok.
I believe VLC is looking for the multi-cast on my wireless, when I disable it the following commands occur:
Your input can't be opened:
VLC is unable to open the MRL 'udp://@224.1.1.1:8000'
So I do I tell VLC to look for the multi-cast on my wired connection? I have tried the following commands(w/ and w/o the quotes) everytime I get "cannot pre fill buffer":
vlc udp://224.1.1.1:8000 --miface="eth0"
vlc udp://224.1.1.1:8000 --miface="192.168.0.199"
vlc udp://@224.1.1.1:8000 --miface="eth0"
I have also tried the following commands(w/ and w/o the quotes) everytime I get "invalid multicast interface: 192.168.0.199" error:
vlc udp://@224.1.1.1:8000 --miface="192.168.0.199"
I have no luck with using the GUI.
VLC media player 2.0.1 Twoflower (revision 2.0.1-0-gf432547) on Ubuntu 12.04 LTS
What is the correct command?
I have no problems when I use Windows 7 and the VLC GUI to view the same multi-cast off of the same video server.