Page 1 of 1

video input streaming

Posted: 19 Jul 2005 22:28
by pimpjuices
so how do you stream useing http form a video capture device or a video input device

Posted: 09 Aug 2005 02:04
by jix
you can use a command line like this:

vlc -vvv input_stream --sout #standard{access=http,mux=ogg,url=server.example.org:8080}'

where input_stream is your capture device

you can find more informations in the streaming howto: http://www.videolan.org/doc/streaming-h ... to-en.html