I know it should be possible to do this (according to VLC documentation) launching VLC with a conf file that sets all the options. I've tried it in different ways but the result is always the same: VLC opens and nothing happens.
This is my latest configuration file, in which I set the adapter, frequency, programs and output details.
Code: Select all
new NETWORK_TV broadcast enabled
setup NETWORK_TV input dvb-t://
setup NETWORK_TV option dvb-adapter=0
setup NETWORK_TV option dvb-frequency=123000000
setup NETWORK_TV option dvb-bandwidth=0
setup NETWORK_TV option programs=186,187,188,189
setup NETWORK_TV output #duplicate{dst=std{access=http,mux=ts,dst=:8080/2},select="program=186",dst=std{access=http,mux=ts,dst=:8080/22},select="program=187",dst=std{access=http,mux=ts,dst=:8080/23},select="program=188",dst=std{access=http,mux=ts,dst=:8080/24},select="program=189"}
control NETWORK_TV play
So, as I said, after launching VLC using:
Code: Select all
"C:\Program Files\VideoLAN\VLC\vlc.exe" --vlm-conf my_config.conf