oscam & cccam 2.1.4

waran

Registered
Messages
130
any guide for to setup oscam as server in dm 7020 in both readers. and cccam as client.
i need oscam cfg setup :).
 

waran

Registered
Messages
130
hi

i hope get some help here.

any idea to connect ipbox9000hd oscam to cccam sverver.
this is not working for me .

########## oscam.server ###########
[reader]
label = remote 1
protocol = cccam
device = eurotv-test.org,12500
account = user11,pass11
group = 1
cccversion = 2.1.4
cccbuild = 3598
 
Last edited:

waran

Registered
Messages
130
[reader]
label = mycccamreader(or whatever you like)
protocol = cccam
device = xxxx.dyndns.org,12000
account = user,password
group = 1
caid = 0100,0D00,0664,0604, ( or whatever)
cccversion = 2.1.3 (isn't needed)
cccbuild = 4567 (isn't needed)

CAID you type is the CAID of the "pay tv's" you want to watch

not working mate.
shall i have to make changes in oscam.user/conf files ???
 

waran

Registered
Messages
130
hi

maybe you should use a lower version of cccam version 2.1.3 or lower!

tried with cccam 2.1.2, 2.1.3 in dreamboex7020.
osacam in ipbox not activ client in cccam info in dm box.
but i can se the ipbox as user.
i tried setup and some other ---> nothing help mate.
 
Last edited:

today

Registered
Messages
1
The global section must be like that (at least):

Code:
[global]
logfile              = stdout
unlockparental       = 1
nice                 = -1
preferlocalcards     = 1
saveinithistory      = 1
lb_mode              = 1
lb_save              = 100
 

guli

Registered
Messages
375
i hope get some help here.

any idea to connect ipbox9000hd oscam to cccam sverver.
this is not working for me .

########## oscam.server ###########
[reader]
label = remote 1
protocol = cccam
device = eurotv-test.org,12500
account = user11,pass11
group = 1
cccversion = 2.1.4
cccbuild = 3598

try it like this waran .

[reader]
label = user1 C line
enable = 1
protocol = cccam
device = user1clienaddress,14000
user = username
password = password
group = 1
inactivitytimeout = 1
reconnecttimeout = 2
lb_weight = 100
cccversion = 2.1.3
cccmaxhops = 3
cccwantemu = 1
ccckeepalive = 1
 

jan55

Member
Messages
4,269
@waran,
The best solution is to have OScam as a server (ipbox) and OScam as a client (dm7020) (not CCcam client) because of the possibility of using a protocol [DVB API] in dm7020!! OScam as a client using protocol [camd35] (UDP port) for connects to a OScam as server.

Code:
[B]===============
[COLOR="Magenta"]OSCAM as SERVER[/COLOR] - in Ipbox
===============[/B]

[B]oscam.conf[/B]
----------

[global]
nice          = -1
WaitForCards  = 1

# logging

logfile       = stdout
#usrfile       = /var/log/oscam/oscamuser.log
#cwlogdir      = /var/log/oscam/cw

# monitor

[monitor]
port          = 988
aulow	      = 120
monlevel      = 1

# web interface

[webif]
httpport      = 8888
httpuser      = myusername1
httppwd       = mypassword1

# protocol

[camd35]
port = 10000([COLOR="Red"]UDP port for camd35 client[/COLOR])
suppresscmd08 = 0


[B]oscam.server[/B]
------------

[reader]
label             = my_card
enable            = 1
detect            = CD
device            = /dev/ttyUSB1
protocol          = mouse
rsakey            = ([COLOR="Purple"]Enter your RSA Key here[/COLOR])
boxkey            = ([COLOR="RoyalBlue"]Enter your Box Key here[/COLOR])
group             = 1
emmcache          = 1,3,2
caid              = 1830
ident             = 1830:000000,003411,008011
#services          = hdplus

[reader]
label             = george
enable            = 1
protocol          = cccam
device            = xxxxx.dyndns.org,12000([COLOR="Red"]CCcam_remote_reader[/COLOR])
account           = mickey,mouse([COLOR="Red"]CCcam_remote_reader[/COLOR])
group             = 2
caid              = 0100,0500
ident             = 0100:000068,000065;0500:fff400,032830,032840
inactivitytimeout = 1
reconnecttimeout  = 2
lb_weight         = 100
cccversion        = 2.0.11
cccbuild          = 2892
cccmaxhops        = 1
ccckeepalive      = 1
cccwantemu        = 1

[reader]
label             = djordje
enable            = 1
protocol          = newcamd
device            = yyyyy.dyndns.tv,12000([COLOR="Olive"]N:line_remote_reader[/COLOR])
account           = miki,maus([COLOR="Olive"]N:line_remote_reader[/COLOR])
group             = 3
caid              = 1880
ident             = 1880:002011,002111,002113
key               = 0102030405060708091011121314
emmcache          = 1,3,2
#services          = digiTV

[reader]
label             = myconstantcw
protocol          = constcw
device            = /var/keys/constant.cw
group             = 4


[B]oscam.user[/B]
----------

[account]
user = waran
pwd = sat_universe
group = 1,2,3,4
au = 1


[B]===============
[COLOR="Green"]OSCAM as CLIENT[/COLOR] - in DM 7020
===============[/B]

[I][B]oscam.conf[/B][/I]
----------

[global]
disablelog      = 1
disableuserfile = 1


# protocol

[dvbapi]
enabled = 1
au = 1
user = local


[I][B]oscam.server[/B][/I]
------------

[reader]
label    = my_server
enable   = 1
protocol = camd35
device   = IP_adrress_ipbox,10000([COLOR="Red"]UDP port[/COLOR])
account  = waran,sat_universe
group    = 1


[I][B]oscam.user[/B][/I]
----------

[account]
user = local
group = 1

:wink1:
 

waran

Registered
Messages
130
try it like this waran .

[reader]
label = user1 C line
enable = 1
protocol = cccam
device = user1clienaddress,14000
user = username
password = password
group = 1
inactivitytimeout = 1
reconnecttimeout = 2
lb_weight = 100
cccversion = 2.1.3
cccmaxhops = 3
cccwantemu = 1
ccckeepalive = 1
----------------------------------------------------------
in ccam info i can se as a user, but not as a activ user.
i´m using dreambox 7020 as cccam server and ipbox 9000hd as client.
still not working.

[reader]
label = user11
enable = 1
protocol = cccam
device = noip.homenet.org,12000
user = user11
password = pass11
group = 1
inactivitytimeout = 1
reconnecttimeout = 2
lb_weight = 100
cccversion = 2.1.3
cccmaxhops = 3
cccwantemu = 1
ccckeepalive = 1
 

jan55

Member
Messages
4,269
Download the latest version (compiled) OScam for Ipbox and install it.

Code:
oscam.conf
==========

#protocols

[newcamd]
port                = 11000@1830:000000,003411,008011;11100@1880:002011,002111,002113
serverip            = [COLOR="Blue"]IP address of DM7020[/COLOR]
key                 = 0102030405060708091011121314
keepalive           = 1
mgclient            = 0

[cccam]
port                = 35000([COLOR="Red"][B]choose any other free port[/B][/COLOR])
version             = 2.1.4([COLOR="Blue"]your CCcam in DM7020[/COLOR])
build               = 3191
reshare             = 2


oscam.server
============

[reader]
label               = my_card
enable              = 1
protocol            = mouse
device              = /dev/smargo3
detect              = cd
mhz                 = 368
cardmhz             = 368
emmcache            = 1,3,2
services            = hdplus
rsakey              = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
boxkey              = YYYYYYYYYYYYYYYY
group               = 1
caid                = 1830
ident               = 1830:000000,003411,008011

[reader]
label               = djordje
enable              = 1
protocol            = newcamd
device              = yyyyy.dyndns.tv,12000([COLOR="DarkOrchid"]N:line_of_remote_reader[/COLOR])
account             = user,pass([COLOR="DarkOrchid"]N:line_of_remote_reader[/COLOR])
group               = 2
caid                = 1880
ident               = 1880:002011,002111,002113
key                 = 0102030405060708091011121314
emmcache            = 1,3,2
#services            = digiTV



oscam.user
==========

[account]
user                = hdplus
pwd                 = waran
monlevel            = 1
group               = 1
au                  = my_card
ident 	            = 1830:003411,000000,008011
caid                = 1830
cccmaxhops          = 3
cccreshare          = 2
#services            = hdplus

[account]
user                = digitv
pwd                 = waran
monlevel            = 1
uniq                = 0
group               = 2
au                  = digitv
caid                = 1880
ident 	            = 1880:002011,002111,002113
cccmaxhops          = 2
cccreshare          = 2


[COLOR="Green"][I]In CCcam.cfg[/I][/COLOR]
============
N: [COLOR="Red"]IP_address_Ipbox[/COLOR] 11000 hdplus waran 01 02 03 04 05 06 07 08 09 10 11 12 13 14
N: [COLOR="Red"]IP_address_Ipbox[/COLOR] 11100 digitv waran 01 02 03 04 05 06 07 08 09 10 11 12 13 14

... and you already finished the job! :cool:
 

waran

Registered
Messages
130
as i explained mate.
server: dm 7020 with cccam with gemini image client : ipbox 9000 hd with oscam with vodka image 0.11.

the problem is i can not run cccam in ipbox, that why i should for run oscam as client mate.
nothing works.

have u any idea to a goos image for ipbox
 

waran

Registered
Messages
130
oscam is a cccam client!!
Oscam works like NEWCS--CLIENT in CCCAM,GBOX,CAMD3,Radegast..

i dont know mate and sorry but should work...

or try these files

hi.

thanks man.
your oscam file works with my combiantion....... happy happy.
 
Top