i've just finished compiling vlc on my laptop with the following configure:
Code: Select all
./configure --prefix=/usr/local/vlc-0.8.2/ --with-ffmpeg-tree=/home/programmi/streaming/ffmpeg-0.4.9-pre1 --enable-wxwindows --enable-sout
# vlc -vvv input_stream --sout '#standard{access=http,mux=ogg,url=192.168.100.180:8080}'
and in another shell
# vlc http://192.168.100.180:8080
and all works fine!
i'd like to test it throught the network, so i've installed vlc on another pc with windows and i've siply typed
vlc http://192.168.100.1:8080 from the command line... after a couple of seconds i get an error:
"vlc.exe has generated an error and it would be closed."
in the output log of the server i only see:
Code: Select all
[00000244] main private debug: new connection (192.168.100.200)
[00000244] main private debug: connection closed(192.168.100.200)
thanks