streaming from linux to windows

About encoding, codec settings, muxers and filter usage
nik600
New Cone
New Cone
Posts: 2
Joined: 22 Sep 2005 20:06

streaming from linux to windows

Postby nik600 » 24 Sep 2005 09:40

hi

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
then i've tried to stream a file with:

# 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)
where am i wrong?

thanks

Guest

Shouldn't it be .180?

Postby Guest » 27 Sep 2005 14:20

This is what you're using on linux/unix

vlc http://192.168.100.180:8080

That's what you should be using on windows.

vlc http://192.168.100.180:8080


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 15 guests