I'm using five main frequencies each one is broadcasting several channels on a TS stream. So the idea is to put all of the needed parameters into a playlist so I don't have to use any VLC menu to switch frequencies.
I made a playlist which looks like this:
Code: Select all
#EXTM3U
#EXTVLCOPT:dvb-frequency=490000
#EXTVLCOPT:dvb-bandwidth=8
#EXTVLCOPT:sout=#duplicate{dst=display}
#EXTVLCOPT:sout-display-delay=1024
dvbt://
Code: Select all
main debug: creating new input thread
main debug: Creating an input for 'dvbt://'
main error: unsafe option "dvb-frequency" has been ignored for security reasons
main error: unsafe option "dvb-bandwidth" has been ignored for security reasons
main error: unsafe option "sout" has been ignored for security reasons
main error: unsafe option "sout-display-delay" has been ignored for security reasons
This is with a M3U but I got the same behaviour with a XSPF.
I've tried with DVB-T only because I have no DVB-S/C hardware.