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!!!