OSCam emu (client for cccam server) f

tmirelavic

Registered
Messages
37
**Files are for AB ipbox HD and cuberevo HD receivers

Yesterday i made some test with these new emu.Many people know this emu like a cardserver which has the possibility to work with the card of SKY ital.But from December 2009 this emu can be a client in CCCAM SEVER.
My friends from RSP forum (@zildan)which made the RSP E2 he make one script to start and stop the oscam from the panel....Now i give some informtions about this emu....

First we need to put the oscam in var/emu and to make atributes in 777
after we need three files:
-oscam.conf
-oscam.server
-oscam.user
These file go in var/emu
oscam.conf and Oscam.user we leave without modifications....
In oscam.server we need to put some lines...If we need to be a client in cccam server.

[reader]
label = server1
protocol = cccam
device = totos.dyndns.org,12000
account = kapos,focus
group = 1
cccversion = 2.0.11
cccbuild = 2892

If the line from server CCCAM is that!!!
C: totos.dyndns.org 12000 kapos focus

If we have more one line for servers CCCAM we need to put more lines [reader] with every line....
Now if we want to have script for start-stop oscam emu without to used telnet we need to put some file....

-we have thre files oscam,oscam_start si oscam_stop

-oscam we put in var/emu/ and after atributes 777

-oscam_start and oscam_stop in /usr/lib/enigma2/python/Plugins/Extensions/PKT/


OSCam emu:
http://uploading.com/files/8fm6c4ed/oscam+emu.rar/


OSCam sript start stop:
http://uploading.com/files/9fb3d739/osc ... _stop.rar/


If we do not like oscam to apears in cccam server like CCCAM 2.0.11 We can change very easy:

#cccversion = 2.0.11
#cccbuild = 2892

#cccversion = 2.1.1
#cccbuild = 2971

#cccversion = 2.1.2
#cccbuild = 3094

#cccversion = 2.1.3
#cccbuild = 3165

#cccversion = 2.1.4
#cccbuild = 3598

And we change in oscam.server
cccversion = 2.0.11
and
cccbuild = 2892


with
cccversion = 2.1.4
and
cccbuild = 3598

After in CCCAM server oscam it will apear like cccam 2.1.4
is very stable like incubusCamd and they work every day because is open source emu.In the near future it will be and server cccam that they have promise developer team....
 

markybrook

Registered
Messages
136
Is there a recent version of Oscam (as a cccam client) for a DGS type image for the IPBox9000HD instead of this e2 version?
 

arken

Registered
Messages
293
I have tested it. Very unstable - floods the cccam server with unnecessary ecm requests, eventually crashes after a while. Same with the last svn build. Even buggier than incubus :-|...
 

tmirelavic

Registered
Messages
37
yes this is a true but it is open source and many bugs fixed more easy than incubus or mgcamd.I hope until summer to be very stable like an emu!!!
 

ava

Registered
Messages
21
What about using oscam in pgi-0.6 as cccamd client?
 
Last edited:

markybrook

Registered
Messages
136
What about using oscam in pgi-0.6 as cccamd client?

The PGI 0.6 image has bugs with Oscam. Try 0.61.

I would also put my twopennyworth in about Oscam. Mgcamd is fine as a cccam client if you happen to be using Cccam servers with 2.11 or less. However to use latest Cccam servers (ie 2.13 2.14)
Oscam (buggy or not) is a workable solution and at least is being developed on a daily basis which is more than can be said of Mgcamd or the original Incubuscamd, that now seems to have faded in usage.
 

triplex1

Registered
Messages
288
try this

[reader]
label=server1
protocol=cccam
device=host,port
cccmaxhop=3
#caid = 0100,0500,0d00,0d05,0d02,1702,1801,1810,1833,09c4,0b00,1722, 0d22,1834,0d05,1815,0604,0d03,0d0c,1830,0622.0604.0d06
cccversion = 2.1.3
cccbuild = 3165
account=user,pass
#fallback=1
group=1
 
Top