Log in

View Full Version : AutoGK 1.88b .tstream ignored when bad PMT


alex22
29th January 2005, 19:57
Hello,

I'm happily using AGK 1.88b with transport streams. Thanks again for the awesome work: AGK literally divided by 3 the time I spend in DivXing a satellite program, that's not a minor feat !

There's just a minor bug, with a workaround, that I would like to report.

The bug: if the stream has two audio streams and a PMT which erroneously mentions only a single audio, then there's no way for the .tstream (generated through the Ctrl-F9 GUI) to be taken into account (even following the Readme advice, and selecting the same value twice). In this case only the front panel audio stream selection is followed, and this one is constrained to the single PID.

Hence I suspect that having a PMT overrides the .tstream in some way.

The workaround: remove the PMT with a PID filter. In this case, AutoGK behaves differently: it launches DGTable, then allows all audio PIDs to be selected from the front panel, thus the .tstream is not even needed in this case.

Hope this helps,

-Alex

len0x
29th January 2005, 20:33
Its all simpler that that: I need to remove usage of DGTable at all and use raw TS parser (that is used if PMT is not present) - that way PAT/PMT table is not read at all and there is no need for .tstream hidden option either (at least for Audio PIDs).

*Edit* Actually DGTable is used for program detection, but I guess its not important if I can list all video PIDs from raw parser for user to choose from.