Lucike
20.08.2003, 11:13
[equote:6e75b0804c="Verfasst am: So Aug 17.08.2003 10:12 von dvb.matt"]hello,
in request of this topic (http://www.pctvsatforum.com/thread.php?id=3805)
----------------------
- X081 fix1 160803-
----------------------
@fix:
# extendend look-up for usable data in unscrambled marked TS-packets (bad flags in recordings)
# to enable:
- you have to fill the PID list manually with the wanted (but still ignored) PID numbers
# each 'bad' start_packet will be logged
deu:
# manche TS Dateien enthalten wohl verschlüsselte Daten obwohl diese als nicht-verschlüsselt gekennzeichnet sind.
# bei manueller Übernahme der ignorierten PIDs in die PID Liste wird hiermit nun nicht 'abgebrochen' sondern weiterhin nach einem offenen Startcode gesucht.
@X.java
@internal class: WORK
@method: rawparse(), line: ~5939
...
type+=" (0x"+Long.toHexString(count-188).toUpperCase()+" #"+packet+") "; //pos + packno
Msg("--> PID 0x"+Integer.toHexString(pid).toUpperCase()+" "+type+" -> ignored");
//DM16082003+ fix 081.1 //*** replacement
if (abc.size()==0 || type.indexOf("pay")==-1)
TSPid.setneeded(false);
else
TSPid.setID(-1);
//DM16082003-
continue pvaloop;
...
[/equote:6e75b0804c]
in request of this topic (http://www.pctvsatforum.com/thread.php?id=3805)
----------------------
- X081 fix1 160803-
----------------------
@fix:
# extendend look-up for usable data in unscrambled marked TS-packets (bad flags in recordings)
# to enable:
- you have to fill the PID list manually with the wanted (but still ignored) PID numbers
# each 'bad' start_packet will be logged
deu:
# manche TS Dateien enthalten wohl verschlüsselte Daten obwohl diese als nicht-verschlüsselt gekennzeichnet sind.
# bei manueller Übernahme der ignorierten PIDs in die PID Liste wird hiermit nun nicht 'abgebrochen' sondern weiterhin nach einem offenen Startcode gesucht.
@X.java
@internal class: WORK
@method: rawparse(), line: ~5939
...
type+=" (0x"+Long.toHexString(count-188).toUpperCase()+" #"+packet+") "; //pos + packno
Msg("--> PID 0x"+Integer.toHexString(pid).toUpperCase()+" "+type+" -> ignored");
//DM16082003+ fix 081.1 //*** replacement
if (abc.size()==0 || type.indexOf("pay")==-1)
TSPid.setneeded(false);
else
TSPid.setID(-1);
//DM16082003-
continue pvaloop;
...
[/equote:6e75b0804c]