C:\Program Files\VideoLAN\VLC\vlc.exe dvb-t:// :dvb-frequency=522000 :dvb-bandwidth=-1 :program=3010
Some further VLC dvb-t playback questions/issues:
1. command line use: can we reliably and as silently as possible change the dvb-t frequency and program for a currently running VLC instance through command line? (note: I need to change both frequency and program, not just program, since some channels are on another mux) What is the exact syntax? (example please). Problem: if VLC is already running and I run the command line above then I get this error message (happens no matter if I have preferences > allow one instance checked or not):
Code: Select all
Your input can't be opened:
VLC is unable to open the MRL 'dvb-t://'. Check the log for details.
2. How do I as silently as possible switch to a specific item in the currently loaded playlist (say item number 6)?
That problem led my to try another alternative: manually add each dvb-t path into its own playlist. save the playlists to files, start VLC with one playlist, try to switch channel (program+frequency) by loading one of the other playlists. That works but I still have no way of silently switching channels. I can use an external script to: send control+O ("open file"), paste path to a playlist file, send enter. But that's not silent.
Further questions:
3. When switching frequency and program (regardless of what method) VLC goes out of fullscreen mode for a second or two. Can I force VLC to stay in fullscreen mode, perhaps displaying just a black screen until the switch is done and the new channel is up and running in fullscreen mode? How?
4. For each dvb-t stream I play the VLC overlay and statusbar show only "dvb-t://" as title. Can I change that so that for each channel it displays a name of my choice?