Need help setting up OSCam server

skybandit

Registered
Messages
96
Can anyone suggest where I could get some help on setting up my OSCam server?

I have it installed and running on FreeBSD but can't get a MECOOL KIII Pro decoder connected to it.

The server shows it connected but the client says 'Not Connected'

Not sure where to look. Is there any logging I can turn on to see what is happening?
 

skybandit

Registered
Messages
96
look here

Actually it is ruuning and I don't think the problem has anything to do with FreeBSD, rather a generic setup problem.

I will try installing on Linux but don't expect to see any difference.

Is there any guide on how OSCam works as it seems to be quite an involved program with many configuration options.
 

Rickk

Registered
Messages
2,375
oscam server
oscam server
[reader]
label = Card
protocol = internal
device = /dev/sci0
services =
caid =
boxkey =
rsakey =
detect =
mhz =
cardmhz =
ident =
group = 1
emmcache = 1,1,2,0

oscam config
[cccam]
port = 12000
serverip = 192.168.178.xx
version = 2.0.11
reshare = 0

oscam user
[account]
user = KIII Box
pwd = 123456
monlevel = 4
au = 1
group = 1

oscam client
oscam server
[reader]
label = line_cccam
protocol = cccam
device = 192.168.178.xx,12000
user = KIII Box
password = 123456
inactivitytimeout = 30
group = 1
cccversion = 2.0.11
ccckeepalive = 1
 
Top