hi
i am confused about streaming to http and have some problems
i used the following command
vlc -vvv hdtv.avi --sout '#standard{access=http,mux=ogg,dst=18.50.70.22:8080}'
but nothing listens on 8080 and i see the following info in the debug info
[00000237] skins2 interface error: Cannot open display
[00000237] skins2 interface error: cannot initialize OSFactory
[00000244] stream_out_standard private error: no suitable sout mux module for `http/ogg://18.50.70.22:8080'
[00000243] main stream output error: stream chain failed for `standard{access=http,mux=ogg,dst=18.50.70.22:8080}'
[00000241] main input error: cannot start stream output instance, aborting
any ideas