oscam read constant.cw

seamouse

Registered
Messages
79
made a small server for me and house mates and got a plugin on my xtrend to download biss keys

watching the wwe on 7e at mo

i got told u can make a reader in oscam for constant.cw

i added the key to it,

and have

[reader]
label = bliss(7)
protocol = constcw
device = /usr/local/etc/keys/constant.cw
caid = 2600
group = 7
emmcache = 1,3,2
blockemm-unknown = 1
blockemm-g = 1
saveemm-unknown = 1
saveemm-u = 1
saveemm-s = 1
saveemm-g = 1

does open the channel?
 

jan55

Member
Messages
4,269
made a small server for me and house mates and got a plugin on my xtrend to download biss keys

watching the wwe on 7e at mo

i got told u can make a reader in oscam for constant.cw

i added the key to it,

and have

[reader]
label = bliss(7)
protocol = constcw
device = /usr/local/etc/keys/constant.cw
caid = 2600
group = 7
emmcache = 1,3,2
blockemm-unknown = 1 - not necessary
blockemm-g = 1 - not necessary
saveemm-unknown = 1 - not necessary
saveemm-u = 1 - not necessary
saveemm-s = 1 - not necessary
saveemm-g = 1 - not necessary

does open the channel?

add:

oscam.conf:

[dvbapi]
enabled = 1
user = anonymous

oscam.user:

[account]
user = anonymous
pwd = dvbapi
group = 7
caid = 2600

oscam.dvbapi:

P: 2600

Note:
In this case, you can use oscam only as a client !!! (no as a server)
 

flgh

Registered
Messages
45
here my working constant.cw reader:
Code:
oscam_server:
[reader]
label = constant
enable = 1
description = Constant
protocol = constcw
#device = /var/keys/constant.cw
device = /usr/local/etc/keys/constant.cw
reconnecttimeout = 0
group = 7
 

3satbox

Registered
Messages
249
Guys I need a little help here. (Didn't want to open a new thread for that)

I would like to clear biss ch from feeds (usually sid 0001, pmt 0800;0020) using constant.cw so I don't bother with editing the softcamkey file of my oscam. I added an extra reader (apart from my "emu reader" from oscam that reads everything - including biss-) named it constantcw, but if I go on a biss ch my oscam tries to open it by reading the softcamkey file. Is it possible to somehow 'separate' the biss channels from the 'feed biss' channels (sid:0001 pmt:0800;0020) or there gonna be a complete mess?!
 

3satbox

Registered
Messages
249
I don't care about same sids, cause feed channels are gone after couple of hours...
Let's say, is there a way to config channels with sid 0001 to open from constcw and all the others from softcamkey?!
 

EnoSat

Senior Member
Messages
1,973
theoretically it can be excluded with oscam.services
Code:
[test]
caid                          = 2600
provid                        = 000000
srvid                         = 0001
 

3satbox

Registered
Messages
249
Ok. Thanks for this one. But as I assume I'll end up with a big mess over there.. ((
 

3satbox

Registered
Messages
249
One more q though. What will happen if I create one more reader with different path for the softcamkey (one [the main] @etc/tuxbox and one more different from the other @usr/keys) Is this gonna work, or the oscam still will read the one at the tuxbox only?
 
Top