Anyone got Oscam working as pure cccam client?

markybrook

Registered
Messages
136
I am using latest DGS type image (PGI Destroyah)
I have edited the pgi.conf startup file to read SOFTCAM="oscam"
and edited the associated key files which are in
var/etc/oscam to read.
####################
oscam.server below
####################

[reader]
label = server1
protocol = cccam
device = server,serverport
account = username,password
group = 1,2
fallback = 1
cccmaxhop = 3
caid = 0903,1702,1830,1833,09c4,0D05,0622,0500
cccversion = 2.0.11
cccbuild = 2892

####################
oscam.user
####################

[account]
user = pgi
pwd = local
group = 1
au = auname
caid = CAID1

####################
oscam.conf
####################

#
# main configuration
#

[global]
Nice = -10
ClientTimeout = 5
CacheDelay = 120
LogFile = stdout
pidfile=/var/etc/oscam/oscam.pid
#logfile=/var/etc/oscam/oscam.log
WaitForCards = 0
CacheDelay = 120


[dvbapi]
enabled = 1
user = pgi
#demux = /dev/dvb/adapter0/demux0
#ca = /dev/dvb/adapter0/ca1
socket = /var/etc/oscam/camd.socket
boxtype = ipbox

Yet I cannot get it to work with an external cccam server that works perfectly well under mgcamd 1.35. Anyone got any suggestions?
 

just4fun2

Registered
Messages
361
Hi, i tryed yesterday with 910+ neutrino 030 & working with this protocol
cccversion = 2.0.11
cccbuild = 2892
but i couldt not have HD channnels:confused: i don´t know why.... i will try again this evening:)
 

markybrook

Registered
Messages
136
Just4fun2 would you mind just looking at my oscam config files (in first post) and suggest what is wrong or possibly list the contents of your oscam config files (server, user ,conf) for me to see?
 

markybrook

Registered
Messages
136
I have now managed to get Oscam to work. I added a oscam.conf file that declared cccam parameters. Also the latest PGI 6.1 seems to have fixed bugs to do with Oscam.
 

just4fun2

Registered
Messages
361
I have now managed to get Oscam to work. I added a oscam.conf file that declared cccam parameters. Also the latest PGI 6.1 seems to have fixed bugs to do with Oscam.
Hi, can you post the file so all can see this(withoutpersonal data) cfg:)
thanks
 

markybrook

Registered
Messages
136
OK here are my config files.
All these files reside in /var/etc/oscam in the new PGI 0.61 image that I am using but if you want to update the version of oscam you need to run it with the
oscam -c /filelocation option.
PGI image has a special version of Oscam that runs with the keys uniquely in var/etc/oscam.

oscam.user
#############################
[account]
User = local
Pwd = local
AU = 1
Group = 1
betatunnel = 1833.FFFFFF:1702
caid = 0963,0100,0500,1702,1833,1830,0D05,0622,0b00

##############################


oscam.server
##############################
[reader]
label = server1
protocol = cccam
device = server,serverport
account = username,password
group = 1,2
fallback=1
cccmaxhop = 3
caid = 0963,0b00,0100,0500,1702,1830,1833,09c4,0D05,0622
cccversion = 2.0.11
cccbuild = 2892
##############################

oscam.conf
##############################
CacheDelay = 120
LogFile = stdout
pidfile=/var/etc/oscam/oscam.pid
WaitForCards = 0
CacheDelay = 120
[global]
Nice = -10
ClientTimeout = 5
CacheDelay = 160
#LogFile = /var/etc/oscam/oscam.log
LogFile = stdout
MaxLogsize = 200
Level = 15

[dvbapi]
enabled = 1
user = local
#demux = /dev/dvb/adapter0/demux0
#ca = /dev/dvb/adapter0/ca1
socket = /tmp/camd.socket
boxtype = ipbox

[cccam]
port = serverport
version = 2.0.11
build = 2839
reshare = 2
#########################################

Obviously you must put in your own
server, serverport, username, password

Tell us if you manage to get it working!
 

just4fun2

Registered
Messages
361
hi...thank you for your post.....for me it work fine with 2.0.11 but not with 2.013 or 2.0.14:rolleyes:
cheers
 

jirez

Registered
Messages
14
hello guys.plz help me i want to do this but i don't know where i find these file (such as oscam,osservers,...). help me.
 

jirez

Registered
Messages
14
thank you. i have my own servers but i can't find this emu for pgi6.1.i search but ....
 
Top