I compiled the VLC in redhat successfully, and it can stream files and streams .
I stream my file a.wmv to internet with the following command:
# ./vlc -vvv /home/winddy/a.wmv --sout '#standard{access=http,mux=asf,url=192.192.0.1:8080}'
I can receive the stream on the same PC with the following command:
$ ./vlc http://192.192.0.1:8080
but i can't recieve and play the stream on the other PCs , neither by windows media player nor by the vlc in windows with the following url:
http://192.192.0.1:8080
why?