KTV HD 16°E

chelo71

Super VIP
Messages
1,657
softcam
RTV21-Zico TV-First Channel not work
F 00010101 00 860001874011D223 ;KTV (16.0°E)
F 00010101 01 860001874011D223 ;KTV (16.0°E)
F 0003038E 00 E7D366207413B73E ;RTV21 (16.0°E)
F 0003038E 01 E7D366207413B73E ;RTV21 (16.0°E)
F 000702BC 00 AAE4E977CC455A6B ;ARTA TV (16.0°E)
F 000702BC 01 AAE4E977CC455A6B ;ARTA TV (16.0°E)
F 00080263 00 0180DF6041EA2954 ;T7 (16.0°E)
F 00080263 01 0180DF6041EA2954 ;T7 (16.0°E)
F 000903A2 00 D3B373F9CE98167C ;Zico TV(16.0°E)
F 000903A2 01 D3B373F9CE98167C ;Zico TV(16.0°E)
F 00060398 00 BEA6ED514E583BE1 ;First Channel(16.0°E)
F 00060398 01 BEA6ED514E583BE1 ;First Channel(16.0°E)
 

milan58

Super VIP
Messages
1,646
All 6 tv channels work normally if properly entered keys into softcam, including RTV21,Zico TV,First Channel...
From the attached picture it can be seen that the keys should be entered correctly. Maybe this will help someone.
Just so much of my little thing. Best regards
 

Attachments

  • ktv hd.JPG
    ktv hd.JPG
    463.3 KB · Views: 40

Lexzie

Registered
Messages
153
I had to add Joining (or Mapping) in oscam.dvbapi to get it working since the ECM_PID for 2600 is not transmitted.
HTML:
### Albanicasat 16E ###
J: 0606:000000:0001:01FF 2600:000000:1FFF # KTV
J: 0606:000000:0003:0113 2600:000000:1FFF # RTV21
J: 0606:000000:0006:0116 2600:000000:1FFF # First Channel
J: 0606:000000:0007:021F 2600:000000:1FFF # Arta TV
J: 0606:000000:0008:0117 2600:000000:1FFF # T7
J: 0606:000000:0009:0114 2600:000000:1FFF # Zico TV

RTV21, First Channel and Zico TV opens.

OSCam says CW found but no picture for KTV, Arta TV and T7.
 

Lexzie

Registered
Messages
153
in the LiveLog you can find out which key was used
Thank you. I see what the problem is. The first key from CAID 0001 in my constant.cw file is chosen (for KTV).
Although I have also programmed PMT-, ECM- and VPID:
Code:
2600:000000:0001:0100:1FFF:0101:86 00 01 87 40 11 D2 23 86 00 01 87 40 11 D2 23 ; 12537V KTV
 

EnoSat

Senior Member
Messages
1,996
KTV is not BISS
Code:
0606:000000:0001:0100:01FF:0101:86...
or
Code:
0B00:000000:0001:0100:0135:0101:86...
for eg.
Code:
[reader]
label                         = CCW
enable                        = 1
protocol                      = constcw
device                        = /etc/tuxbox/config/oscam-emu/constant.cw
group                         = 3
 

chelo71

Super VIP
Messages
1,657
I had to add Joining (or Mapping) in oscam.dvbapi to get it working since the ECM_PID for 2600 is not transmitted.
HTML:
### Albanicasat 16E ###
J: 0606:000000:0001:01FF 2600:000000:1FFF # KTV
J: 0606:000000:0003:0113 2600:000000:1FFF # RTV21
J: 0606:000000:0006:0116 2600:000000:1FFF # First Channel
J: 0606:000000:0007:021F 2600:000000:1FFF # Arta TV
J: 0606:000000:0008:0117 2600:000000:1FFF # T7
J: 0606:000000:0009:0114 2600:000000:1FFF # Zico TV

RTV21, First Channel and Zico TV opens.

OSCam says CW found but no picture for KTV, Arta TV and T7.
thanks, inserted and now the other channels work for me too
 

Lexzie

Registered
Messages
153
KTV is not BISS
Code:
0606:000000:0001:0100:01FF:0101:86...
or
Code:
0B00:000000:0001:0100:0135:0101:86...
for eg.
Code:
[reader]
label                         = CCW
enable                        = 1
protocol                      = constcw
device                        = /etc/tuxbox/config/oscam-emu/constant.cw
group                         = 3

Indeed! Works directly without the addition in oscam.dvbapi
Thanks

Just add the keys in constant.cw with CAID 0606 and corresponding ECMPID.
Code:
0606:000000:0001:0100:01FF:0101:86 ...
0606:000000:0003:0800:0113:038E:E7 ...
0606:000000:0006:039A:0116:0398:BE ...
0606:000000:0007:02BF:021F:02BC:AA ...
0606:000000:0008:00B5:0117:0263:01 ...
0606:000000:0009:03A4:0114:03A2:D3 ...

Don't forget to add 0606 in the config of the CCW-reader:
caid = 0606,2600

Only problem is the line for ERT2 HD in oscam.dvbapi SID and PCMPID are the same as for KTV.
So OSCam thinks KTV has BISS encryption and tries to decode with the key for ERT 2 HD.
 

EnoSat

Senior Member
Messages
1,996
CCW use for 0606 (works even without a CAID definition) and EMU with HASH for 2600 (if you have multiple programs with the same SID/VPID)
or for ERT, use the format one key for one transponder
Code:
F 0002212C 00000000 A1...B1 ;ERT Mux (39E/12224H)*/need A line in dvbapi/
F 0001212C 00000000 A1...B1 ;ERT Mux (39E/12242H)*/need A line in dvbapi/
 

Lexzie

Registered
Messages
153
CCW use for 0606 (works even without a CAID definition) and EMU with HASH for 2600 (if you have multiple programs with the same SID/VPID)
or for ERT, use the format one key for one transponder
Code:
F 0002212C 00000000 A1...B1 ;ERT Mux (39E/12224H)*/need A line in dvbapi/
F 0001212C 00000000 A1...B1 ;ERT Mux (39E/12242H)*/need A line in dvbapi/
Indeed I have to look into that and change to emulator for BISS encryption also.
 
Top