| Streaming with vlc over http protocol |
|
|
|
| Written by Carl Friis-Hansen |
| Sunday, 19 April 2009 18:19 |
|
For example to stream out the mp3 file "11 - Let It Grow.mp3" as an ogg stream on machine 192.168.0.152 port 8084: vlc -vvv "11 - Let It Grow.mp3" --sout '#standard{access=http,mux=ogg,dst=192.168.0.152:8084}' This will open a craphic instance of the vlc media player. You can the add subsequent files to stream in the graphical application. You can find a lot of nice command lines on: http://wiki.videolan.org/Documentation:Streaming_HowTo/Command_Line_Examples
|