Vom: Mon, 6 Apr 2020 07:15:16 +0200
On 06.04.20 00:10, Daniel wrote:
Hm, how do you read it's field 11 from man 5 vdr?
I used it as lookup, and after that played with the field counter, until it only showed, at least to my untrained eye, the correct channels.
According to https://github.com/yavdr/vdr/blob/master/channels.c#L571 it's definetly field #9. But there are channels with 0 at this position which I can't view with kodi.
Would VDR change channels.conf if dvbscan wrote that field wrongly or just leave it that way? I wonder if that's a bug.
Regards, Daniel
On 06.04.20 14:36, Daniel wrote:
... According to https://github.com/yavdr/vdr/blob/master/channels.c#L571 it's definetly field #9. But there are channels with 0 at this position which I can't view with kodi.
Would VDR change channels.conf if dvbscan wrote that field wrongly or just leave it that way? I wonder if that's a bug.
If the PAT contains the correct CA IDs and the field #9 is 0 or greater than 0xFF, then VDR will update the CA IDs in channels.conf.
Try enabling the line
//#define DEBUG_CA_DESCRIPTORS 1
in pat.c to see whether the PAT contains CA descriptors.
Klaus