Video streaming with vlc: Difference between revisions
Jump to navigation
Jump to search
(New page: I have a media library on a linux server, but would like to be able to play videos from the library on machines that have better video display abilities. === on the server=== vlc -vvv pr...) |
No edit summary |
||
Line 6: | Line 6: | ||
=== on the client === | === on the client === | ||
vlc http://finninday.net:8080 | vlc http://finninday.net:8080 | ||
This doesn't supply audio... |
Latest revision as of 04:58, 8 July 2009
I have a media library on a linux server, but would like to be able to play videos from the library on machines that have better video display abilities.
on the server
vlc -vvv princess-mononoke.iso --sout '#standard{access=http,mux=ogg,dst=finninday.net:8080}'
on the client
vlc http://finninday.net:8080
This doesn't supply audio...