[vlc] Re: streaming over http

Gildas Bazin gbazin at netcourrier.com
Wed Oct 15 18:38:38 CEST 2003


On Wednesday 15 October 2003 11:08, Steven Brown wrote:
> I've tried following every example I've come across, but cannot stream
> over http. Could someone point out what I have wrong in the command lines?
> 
> Server (IP = 192.168.50.10):
> vlc video.mpg --sout '#standard{access=http,url=192.168.50.10:80}'
> Errors:
> - cannot build remote address
> - cannot create socket: address family not supported by protocol
> 

You didn't specify which muxer you wanted to use and you also don't need to 
specify an ip here as the server will run on the local machine anyway.

vlc video.mpg --sout '#standard{access=http,mux=ts,url=:80}'
should work better.

> 
> Client:
> vlc http://192.168.50.10:80
>
This one looks ok.

--
Gildas

-- 
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc mailing list