Page 1 of 1

Bug: Selecting programs from TS

Posted: 08 Aug 2010 20:02
by VolkerSchulz
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:

Code: Select all

vlc -vvv dvb-t://frequency=506000000 :programs="16405,16406,16418,16411"
I can access PIDs 1406, 16418 and 16411 but not 16405.

When starting vlc using:

Code: Select all

vlc -vvv dvb-t://frequency=506000000 :programs="16411,16406,16418,16405"
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:

Code: Select all

vlc -vvv dvb-t://frequency=506000000 :programs="16411,16406,16418,16405,16411"
(repeating the first PID at the end of the list) I can access all streams just fine.


Volker

Re: Bug: Selecting programs from TS

Posted: 09 Aug 2010 12:15
by Lotesdelere
I think you should create a ticket.