Oscam Mod :DOScam - (by depp0ns )with emu ONLY CHAT NO FILES

  • Thread starter ooOO_SORGOS_OOoo
  • Start date

georgeflu

Registered
Messages
485
i tried by adding caid or caid: provider in oscam server and the k*eys,but no luck. need something more (and which doscam version)?
just for info,tnt,srg,digiturk and some other packs are working.
 

gruyo

Registered
Messages
1
Nothing special in cfg file with zeroconf with latest versions. Check your S*.k* file. You can also add priority P: 0604:000000 in doscam.dvbapi
 

simon_ttp

Registered
Messages
11
First of all thanks to depp0ns for modification BISS keys format. It sort my issues out :D

On my "to do" list there are still BBC 27,5W and my nighmare Bulsatcom. It's really hard for me to believe that it's possible to educate 0604 package even it looks that EnoSat has completely no issue with it.
I suspect doscam compilation bug. I use VU+ and version mips OE20 of Doscam.

@EnoSat
1. what receiver and compilation you are using?
2. can you post your reader configuration from doscam.cfg
3. can you post your relevant for Bulsat s*****.k** lines (values can be hashed). I'm wondering if there are other 0604 lines that are mandatory or have conflict

thanks!
 

simon_ttp

Registered
Messages
11
You are right goergeflu.
Thanks to andres66 I sorted issue out with Bulsat.
Beside widely informed active key 06 you do need two M1 and M2 lines as well and be careful as in my version there were 2 different sets of these lines. After removing "Thai" lines everything works fine.
 

simon_ttp

Registered
Messages
11
Unfortunately DOScam is not capable to works with BBC on 27.5W (BISS) and bbc_pmt script:mecry:. Looking forward fix in v20 release.
 

georgeflu

Registered
Messages
485
if you are using doscam 0.19 ,there is a different way to add biss keys. or you can try an older version (0.18).
 

simon_ttp

Registered
Messages
11
Keys are entered correctly. Also oscam_ymod change BISS keys format and there is no issue, so for sure root cause is not in keys format.
 

Calokay

Registered
Messages
130
Keys are entered correctly. Also oscam_ymod change BISS keys format and there is no issue, so for sure root cause is not in keys format.

Correct OSCam-ymod BISS is:
"F [SID][videoPID] 00 xxx keys xxx ; "
"F [SID][videoPID] 01 xxx keys xxx ; "
or just a single line of 00
"F [ONID][SID][videoPID] 00 xxx keys xxx ; "

Formát correct for doscam v 019 BISS (with line 00 and 01):
F onid_sid_vpid 00 xxx keys xxx ;
F onid_sid_vpid 01 xxx keys xxx ;
Example:
F 00010004003A 00 XXXXXXXXXXXXXXXX ;
F 00010004003A 01 XXXXXXXXXXXXXXXX ;

Unfortunately I do not know how to be correct format for CCW / DCW keys for docam v. 19 other than BISS
 
Last edited:

MastaG

Registered
Messages
72
Last time I checked was somewhere in november 2013 and doscam could only open the SD channels on TNTSat emu.
 

MastaG

Registered
Messages
72
So when installing doscamv19 and a correct SoftCam.Key file I should be able to open all TNTSat channels (including HD) as mentioned here? http://nl.kingofsat.net/pack-tntsat.php

EDIT: I currently have this, but I cannot test yet, since my dish is getting repaired atm.

doscam.cfg
Code:
[global]
zeroconf = 0
saveinithistory = 1
logfile = /tmp/doscam.log
nice = -1
waitforcards = 0
preferlocalcards = 0

[cccam]
port = 12000
nodeid = 2EA824451DB713EF
version = 2.3.0
reshare_mode = 1

[dvbapi]
enabled = 0

[webif]
httpport = 0

[reader]
label = emulatorX
enable = 1
protocol = constcw
device = /etc/tuxbox/config/doscam/SoftCam.Key
caid = 0500,0D00
ident = 0500:030B00;0D00:0000C0,0000C4,0000C8,0000CC
group = 2

[account]
user = ccclient
pwd = ccclient
group = 2
caid = 0500,0D00
ident = 0500:030B00;0D00:0000C0,0000C4,0000C8,0000CC

And set my CCcam client to connect to:
Code:
C: localhost 12000 ccclient ccclient

Do I need to specify the new AES key somewhere?
Or should it open all TNTSat channels by just putting the correct SoftCam.Key file?

Any corrections are welcome :)
 
Last edited:
Top