Page 1 of 1

What is the parameter about UDP multicast stream

Posted: 25 Oct 2010 05:35
by zhangtower
I'm using vlc 1.1.3, i want to send udp multicast stream to the network by command-line.
i input "vlc --sout udp://225.1.1.40:1234 /mnt/media.mpeg", it works but reply some error.

[0x48cd20] main mux error: Creating the variable 'sout-ts-netid' without a type
[0x48cd20] main mux error: cannot inherit value for sout-ts-netid
[0x48cd20] main mux error: Creating the variable 'sout-ts-sdtdesc' without a type
[0x48cd20] main mux error: cannot inherit value for sout-ts-sdtdesc

what is wrong about them? how to solve them?
Thanks very much!!!

Re: What is the parameter about UDP multicast stream

Posted: 25 Oct 2010 17:33
by Rémi Denis-Courmont
Rebuild VLC with libdvbpsi installed.

Re: What is the parameter about UDP multicast stream

Posted: 26 Oct 2010 02:39
by zhangtower
The vlc runs on MIPS platform, so i must cross compile libdvbpsi.
Where do i install libdvbpsi? on running-MIPS machine or compiling-x86 machine?

Re: What is the parameter about UDP multicast stream

Posted: 26 Oct 2010 17:03
by Rémi Denis-Courmont
You need to "install" libdvbpsi on the build system. It's probably easiest through the vlc "contribs" (extras/contrib). Alternatively, ignore the error.

Re: What is the parameter about UDP multicast stream

Posted: 27 Oct 2010 03:12
by zhangtower
You need to "install" libdvbpsi on the build system. It's probably easiest through the vlc "contribs" (extras/contrib). Alternatively, ignore the error.
First, i install the "cross-compiled libdvbpsi" on the build system, but it still show the error;
Senond, i can't find "contribs" for MIPS platform, Would you please give me a address;
Third, if i can't solve the problem, it looks like i should ignore the error :)