Oscam Biss key issue

djakac9

Registered
Messages
76
Hello I have a question regarding biss keys, how to solve the problem di channels have the same SID and PID because oscam reads one that is the first from the bottom, thanks Here are examples:
F 00031FFF 00 Jeem HD (10.0°E)
F 00031FFF 01 MGM ME (10.0E)
F 00011FFF 00 MUTV (9.0E-10.0E )
F 00011FFF 00 Fox Sport Europe (7°E)
in this case works Fox Sport and MGM
 

thebestq

Registered
Messages
28
Try F 00031FFF 00 Jeem HD (10.0°E)with oo oo oo.... end F 00031FFF 01 Jeem HD with the key.
The same for F 00011FFF 00 MUTV (9.0E-10.0E ) end see what hapend.
In old recievers work's this way.:D
 

Ratzvan

Feed Hunter
Messages
22,693
This is a real annoying issue where the only solution seemed to be using different emu (that could decrypt biss)

F 00031FFF Jeem HD (10.0°E) --> oscam
F 00031FFF MGM ME (10.0E) --> oscam.ymod
F 00011FFF MUTV (9.0E-10.0E ) --> CCcam
... and so on...

Better using auto-emu function on each channel :thum:

Klim
 
Last edited:

djakac9

Registered
Messages
76
Yes I familiar with that solution, but that is not a solution of my problem beacuse I am trying to open all the BISS channels with OSCAM EMU because with it I manage to open even POWER VU. thanks
I am just asking is it possible to change video pid 1FFF?
 

andronick

Registered
Messages
12
Problems?
Use constant.cw for biss on oscam

format keys caid:provid:sid:pmtpid:ecmpid:: or caid:provid:sid:pmtpid:ecmpid:vpid:

[reader]
enable = 1
label = constant.cw
protocol = constcw
device = /etc/tuxbox/config/oscam/constant.cw
caid = 2600
ident = 2600:000000
emmcache = 1,1,2,1
group = 1
audisabled = 1
fallback = 1
 

djakac9

Registered
Messages
76
Here is my oscam.server file

[reader]
label = oscam_emu
protocol = emu
device = emulator
caid = 0D00,0D02,090F,0500,1801,0604,2600,FFFF,0E00,4AE1
detect = cd
ident = 0D00:000000,000004,000010,000014,000020,0000C0,0000C4,0000C8,0000CC;0D02:000000,00008C,0000A0,0000A4,0000A8;090F:000000;0500:000000,030B00,023800,021110,007400,007800;1801:000000,001101;0604:000000;2600:000000;FFFF:000000;0E00:000000;4AE1:000000,
group = 1
emmcache = 2,2,2, = 2,2,2,0
emu_auproviders = 0500:030B00;0604:010200;0E00:000000;4AE1:000011,000014,0000F E


[reader]
label = SoftCam.Key
protocol = constcw
device = /etc/tuxbox/config/SoftCam.Key
caid = 0D00,0D02,090F,0500,1801,0604,2600,FFFF,0E00,4AE1
ident = 0D00:000000,000004,000010,000014,000020,0000C0,0000C4,0000C8,0000CC;0D02:000000,00008C,0000A0,0000A4,0000A8;090F:000000;0500:000000,030B00,023800,021110,007400,007800;1801:000000,001101;0604:000000;2600:000000;FFFF:000000;0E00:000000;4AE1:000000,
group = 2

[reader]
label = constant.cw
protocol = constcw
device = /etc/tuxbox/config/constant.cw
caid = 0D00,0D02,090F,0500,1801,0604,2600,FFFF,0E00,4AE1
ident = 0D00:000000,000004,000010,000014,000020,0000C0,0000C4,0000C8,0000CC;0D02:000000,00008C,0000A0,0000A4,0000A8;090F:000000;0500:000000,030B00,023800,021110,007400,007800;1801:000000,001101;0604:000000;2600:000000;FFFF:000000;0E00:000000;4AE1:000000
group = 3

[reader]
label = oscam.keys
protocol = constcw
device = /etc/tuxbox/config/oscam.keys
caid = 0D00,0D02,090F,0500,1801,0604,2600,FFFF,0E00,4AE1
ident = 0D00:000000,000004,000010,000014,000020,0000C0,0000C4,0000C8,0000CC;0D02:000000,00008C,0000A0,0000A4,0000A8;090F:000000;0500:000000,030B00,023800,021110,007400,007800;1801:000000,001101;0604:000000;2600:000000;FFFF:000000;0E00:000000;4AE1:000000
group = 4

[reader]
label = oscam.constant.cw
protocol = constcw
device = /etc/tuxbox/config/oscam.constant.cw
caid = 0D00,0D02,090F,0500,1801,0604,2600,FFFF,0E00,4AE1
ident = 0D00:000000,000004,000010,000014,000020,0000C0,0000C4,0000C8,0000CC;0D02:000000,00008C,0000A0,0000A4,0000A8;090F:000000;0500:000000,030B00,023800,021110,007400,007800;1801:000000,001101;0604:000000;2600:000000;FFFF:000000;0E00:000000;4AE1:000000
group = 5

[reader]
label = SERVER--NEWCAMD--1
protocol = newcamd
device = xxxxxxxxxxxxxxxxxxx
key = 0102030405060708091011121314
user = yyyyyyyyy
password = zzzzzzzzzzz
inactivitytimeout = -1
disableserverfilter = 1
group = 1
emmcache = 1,3,2,0
dropbadcws = 1
 
Last edited:
Top