How to convert your server into a video streaming server
Dependencies:
apt-get install vlc-nox
File to stream:
cvlc -v file.mp4 --sout '#standard{access=http,mux=asf,dst=0.0.0.0:8080}'
Authenticated Stream to Stream (without audio)
cvlc -v http://x.x.x.x:pppp/test --no-sout-audio --sout-http-user foo --sout-http-pwd foopass --sout '#standard{access=http,mux=asf,dst …