Page 1 of 1

HTTP Desktop Streaming Command Line (or BAT)

Posted: 21 May 2013 17:51
by DHFC
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:

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
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

Re: HTTP Desktop Streaming Command Line (or BAT)

Posted: 19 Apr 2021 19:39
by tcaufield
Did you ever get a response to this or figure it out. I am trying to do the same thing. Need to stream a desktop but need it to autorun with no user interaction.,