Page 1 of 1

Running conf. at once:plz help

Posted: 29 Jul 2010 14:21
by popmedia007
Hi,I use vlc for streaming purpose.But i have a problem.Each time i stream,i have to manualy do the following
"VLC>file>streaming>add media>stream> select MMS>add>asf/wmv>and other stuff setting"

My question is "is there a short way?" meaning,there will be a configuration file.I will just configure my channel once for a week.
when i double clik the "configuration file",VLC will automatically stream with those setting?
plz its urgent need.

Re: Running conf. at once:plz help

Posted: 29 Jul 2010 17:33
by VLC_help
Yes, just copy the options to .bat file, so something like

Code: Select all

"C:\Program Files\VideoLAN\VLC\vlc.exe" --sout=#transcode{acodec=wma2,ab=128,channels=2,samplerate=44100}:std{access=http,mux=asf,dst=:8080} --sout-keep

Re: Running conf. at once:plz help

Posted: 30 Jul 2010 21:36
by popmedia007
hi thanks for replay. on VLM configuration ,
output code is "#transcode{vcodec=h264,vb=800,scale=1,acodec=mp4a,ab=128,channels=2,samplerate=44100}:duplicate{dst=std{access=mmsh,mux=asfh,dst=192.168.70.136:8080},dst=display}"
input is "E:\something.asx"(a playlist of whole week broadcast)
how do i make a .bat file.plz help.

Re: Running conf. at once:plz help

Posted: 31 Jul 2010 16:45
by VLC_help
--vlm-conf=<string> VLM configuration file
Read a VLM configuration file as soon as VLM is started.
So something like

Code: Select all

"C:\Program Files\VideoLAN\VLC\vlc.exe" E:\something.asx --vlm-conf=config.cfg --sout-keep