New update:10.5.2022
Changeset 11708
[dvbapi] Do not block ECM / EMM pid 0x1FFF
ECM pid 0x1FFF is used in the fake ecm request for BISS. We cannot block it!
Changeset 11707
[dvbapi] Make log message more clear
When there is a transition from scrambled to FTA or vice versa for a channel, we are not exactly continuing descrambling...
Changeset 11706
[dvbapi] Only process valid CAIDS and ECM / EMM pids
CAID 0x0000 is not valid (reserved by EBU)
Pid 0x1FFF is reserved for NULL packets.
Changeset 11705
[dvbapi] Clear ECM pids on CA PMT updates as well
ECM pids where not cleared when a CA PMT update was received. This was actually a bug carried over from the old code.