Hi all,
I've installed the latest Debian (unstable) packaged version of vlc under a 2.6.5 kernel. And I'm trying to make a multicast broadcast by typing the following command:
vlc -vvv videofile.mpg --iface-addr 199.99.99.171 --sout udp:@225.0.1.2:5001
But nothing appens because of this error:
...
...
[00000218] main private debug: probing 1 candidate
[00000219] main private debug: looking for network module
[00000219] main private debug: probing 2 candidates
[00000219] ipv4 private debug: socket buffer size is 0x33800 instead of 0x80000
[00000219] ipv4 private warning: cannot build remote address
[00000219] ipv6 private warning: cannot create socket (Famille d'adresses non supportée par le protocole)
[00000218] access_output_udp private error: failed to open a connection (udp)
[00000218] main private warning: no sout access module matching "udp" could beloaded
[00000218] main private error: cannot delete object (218, (null)) with a parent
[00000217] stream_out_standard private error: no suitable sout access module for`udp/ts://@225.0.1.2:5001'
...
...
I'm wondering if I missed any network options in my kernel configuration or anything else. But the other thing is that I am able to open a multicast stream and watch it in my computer... So I'm a bit lost.
Can anyone help me to solve this problem?