When selecting multiple programs (using the command line option '--programs="1,2,3"') from a (DVB-T) multi program TS, the first program in list is always ignored.
So when starting vlc using:
Code: Select all
vlc -vvv dvb-t://frequency=506000000 :programs="16405,16406,16418,16411"
When starting vlc using:
Code: Select all
vlc -vvv dvb-t://frequency=506000000 :programs="16411,16406,16418,16405"
And so on...
Could someone please try to reproduce the bug before I'm opening a ticket? I'm currently using VLC 1.1.2 under Windows 7 x64.
Temporary work around:
When using:
Code: Select all
vlc -vvv dvb-t://frequency=506000000 :programs="16411,16406,16418,16405,16411"
Volker