Bug: Selecting programs from TS
Posted: 08 Aug 2010 20:02
Hi everybody.
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:
I can access PIDs 1406, 16418 and 16411 but not 16405.
When starting vlc using:
I can access PIDs 16406, 16418 and 16405 but not 16411.
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:
(repeating the first PID at the end of the list) I can access all streams just fine.
Volker
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