Hi,
is there a way to specify program # in MRL? I'm trying to control vlc over DBUS, but I can't open a specific dvb channel, vlc always displays the first channel in any multiplex.
When I run VLC with arguments:
vlc --live-caching=300 dvb-t://frequency=730000000:bandwidth=8:adapter=0 --program 258
... the correct dvb channel is displayed.
When I try to specify program (DVB channel) # in MRL:
vlc --live-caching=300 dvb-t://frequency=730000000:bandwidth=8:adapter=0:program=258
... the first dvb channel is displayed.
Can you help me please?
Thank's in advance,
Hany.