HTTP Desktop Streaming Command Line (or BAT)
Posted: 21 May 2013 17:51
Hello all, I'll keep it brief -
I am trying to create either a shortcut or some sort of clickable desktop link to start a desktop streaming session. I have been struggling for a couple of days with this, and have made zero real progress.
What I have is this, in a bat file, to run from the desktop:
This brings up a new VLC window with the desktop being displayed within, but does not start a stream.
Any help would be very greatly appreciated! Thank you!
Dave Coder
I am trying to create either a shortcut or some sort of clickable desktop link to start a desktop streaming session. I have been struggling for a couple of days with this, and have made zero real progress.
What I have is this, in a bat file, to run from the desktop:
Code: Select all
"C:\Program Files\VideoLAN\VLC\vlc.exe" screen:// :screen-fps=20 :screen-caching=100 --sout="#transcode{vcodec=h264,vb=0,scale=0,acodec=mpga,ab=128,channels=2,samplerate=44100}:duplicate{dst=http{mux=ffmpeg{mux=flv},dst=:8080/},dst=display}" --sout-keep
Any help would be very greatly appreciated! Thank you!
Dave Coder