Page 1 of 1

Multicast Streaming Problem

Posted: 05 Jul 2004 14:59
by mlk
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?

Posted: 05 Jul 2004 15:33
by markfm
Not sure, but you might try deleting the "@", so that it reads:
--sout udp:225.0.1.2:5001

When you look at the How-To, @ seems to only be used for the receive side, not the TX side.

Posted: 06 Jul 2004 14:05
by Guest
Not sure, but you might try deleting the "@", so that it reads:
--sout udp:225.0.1.2:5001

When you look at the How-To, @ seems to only be used for the receive side, not the TX side.
Thanks for your support but it does not change anything, I've seen lots of time people having this problem... but never real issues...

Posted: 06 Jul 2004 21:59
by The DJ
Do you have multicast support in your kernel?

Posted: 07 Jul 2004 13:17
by karlito
Does your network configuration support UDP ?

Posted: 08 Jul 2004 09:58
by mlk
yes it does. IP multcasting option is enabled in my kernel and I can read a multicast stream so I am able tu support UDP...