Hi,
I have built vlc on linux (2.6.10) using the 0.8.1 tarball (and contribs). I used the example ./configure command line given in the HOWTO page here. When I try start a UDP stream using:
vlc -vvv unsafe.mpg --sout udp:192.168.0.40 --ttl 5
I get the following error:
[00000201] main private debug: looking for sout mux module
[00000201] main private debug: probing 0 candidates
[00000201] main private error: no sout mux module matched "ts"
[00000195] stream_out_standard private error: no suitable sout mux module for `udp/ts://192.168.0.40'
Have I missed out some plugins or is the vlc configuration wrong (there is no ~/.vlc/vlcrc file)?
Thanks!!!!
Oliver