Wrong association of keys in oscam-emu

equipe73

Registered
Messages
141
hi all
using last softcam.keys and oscam-emu 11678 on OpenAtv 6.5 on my dm920 i've noticed black screen for some channels due to wrong association of keys.

i.e.
F 00011FFF 00 BCAB046B1220BCEE ;MBC Feed HD (21.6°E)
F 00011FFF 01 BCAB046B1220BCEE ;MBC Feed HD (21.6°E)

on web-if and oscam debugging level = 2 the log is:

2020/12/08 15:50:50 2FCB2F0D c (dvbapi) Demuxer 0 ecmpid 0 CAID: 2600 ECM_PID: 1FFF PROVID: 000000
2020/12/08 15:50:50 2FCB2F0D c (dvbapi) Demuxer 0 found 1 ECM pids and 2 STREAM pids in CA PMT
2020/12/08 15:50:50 2FCB2F0D c (dvbapi) Demuxer 0 trying to descramble PID 0 CAID 2600 PROVID 000000 ECMPID 1FFF ANY CHID PMTPID 1B59 VPID 0064
2020/12/08 15:50:50 2FCB2F0D c (ecm) get cw for ecm:
2020/12/08 15:50:50 2FCB2F0D c (ecm) 80 00 10 00 01 1B 59 00 64 00 6E 00 41 08 00 A0
2020/12/08 15:50:50 2FCB2F0D c (ecm) D8 00 00
2020/12/08 15:50:50 3DF381C0 r (emu) Key not found: F C5C40631
2020/12/08 15:50:50 3DF381C0 r (emu) Key not found: F D6FEA83A
2020/12/08 15:50:50 3DF381C0 r (emu) Key not found: F 00410800
2020/12/08 15:50:50 3DF381C0 r (emu) Key not found: F 0001006E
2020/12/08 15:50:50 3DF381C0 r (emu) Key found: F 00010064 00000000
2020/12/08 15:50:50 2FCB2F0D c (ecm) dvbapiau (2600@000000/0000/0001/13:2177CEB578F1D16EF7CE3C5B9CA01802): found (7 ms) by emulator - NHL 1
2020/12/08 15:50:50 2FCB2F0D c (ecm) cw:
2020/12/08 15:50:50 2FCB2F0D c (ecm) C4 8D AF 00 8F DA 97 00 C4 8D AF 00 8F DA 97 00

the key in use is of another channel:
F 00010064 00 C48DAF008FDA9700 ;Kanal D Romania (16.0°E)
F 00010064 01 C48DAF008FDA9700 ;Kanal D Romania (16.0°E)

any possible solution ?

thx
 
Last edited:

EnoSat

Senior Member
Messages
1,995
for MBC use
Code:
2020/12/08 15:50:50 3DF381C0 r (emu) Key not found: [B][COLOR="Red"]F C5C40631[/COLOR][/B]
or change 00011FFF to
Code:
2020/12/08 15:50:50 3DF381C0 r (emu) Key not found: [B][COLOR="Red"]F 0001006E[/COLOR][/B]

your softcam.key is very general :(
 
Last edited:
Top