I'm trying to execute a script to load VLC with some certain parameters over SSH on XP. I currently have a batch file when executed on that system works great...
Code: Select all
"c:\Program Files\VideoLAN\VLC\vlc.exe" http://192.168.1.67:8080/tv.asf :sout=#transcode{vcodec=h264,vb=300,scale=1,width=600,fps=25,acodec=mp4a,ab=96,channels=2,samplerate=48000,deinterlace}:http{mux=ffmpeg{mux=flv},dst=:5555/tv.asf} :no-sout-rtp-sap :no-sout-standard-sap :sout-keep
Code: Select all
/cygdrive/c/Program\ Files/VideoLAN/VLC/vlc.exe http://192.168.1.67:8080/tv.asf :sout=#transcode{vcodec=h264,vb=300,scale=1,width=600,fps=25,acodec=mp4a,ab=96,channels=2,samplerate=48000,deinterlace} :http{mux=ffmpeg{mux=flv},dst=:5555/tv.asf} :no-sout-rtp-sap :no-sout-standard-sap :sout-keep
Any ideas?
Also, this happily opens VLC and plays the target stream...
Code: Select all
/cygdrive/c/Program\ Files/VideoLAN/VLC/vlc.exe http://192.168.1.67:8080/tv.asf