oscam and cccam help

havelln

Registered
Messages
2
right the situation is i have a dreambox 500 hd using the current sif image which i think is great but i cannot access pick tv which used to be sky 3 via my local card i have read that you need oscam to read the card then forward to cccam however i have failed miserably and sat up till 5 this morning and have had no luck

i use cccam to share my euro channels and to link to my other boxes around the house what i belive is i need to setup the oscam as follows

oscam conf

[global]
logfile = stdout
# if you specify a location for a saved log file, be aware it gets very large
# very quickly
disablelog = 0
disableuserfile = 0
usrfileflag = 0
clienttimeout = 5000
fallbacktimeout = 2500
clientmaxidle = 120
failbantime = 30
cachedelay = 120
bindwait = 120
netprio = 0
clientdyndns = 0
resolvedelay = 30
unlockparental = 0
nice = -1
serialreadertimeout = 1500
maxlogsize = 50
waitforcards = 1
preferlocalcards = 1
saveinithistory = 1
readerrestartseconds = 5
lb_mode = 1
lb_save = 0
lb_nbest_readers = 2
lb_nfb_readers = 1
lb_min_ecmcount = 5
lb_max_ecmcount = 500
lb_reopen_seconds = 900
resolvegethostbyname = 0
failbantime = 10
double_check = 1


# [monitor]
# only activate this if you really need it
# for most people the web interface is better
# port = 988
# nocrypt = 127.0.0.1,192.168.2.1-192.168.2.254
# aulow = 120
# hideclient_to = 0
# monlevel = 4
# appendchaninfo = 0

[newcamd]
# this is for your clients with mgcamd (i.e. a CWS = line)
# or an N: line in CCcam
port = 12345@0963:000000
# 0963 is the CAID for Sky UK, and 000000 means all channels
key = 0102030405060708091011121314
# your Deskey
allowed = 1.0.0.0-255.255.255.255
# IP addresses allowed to connect (i.e. all)
keepalive = 1
mgclient = 0
# don't allow multiple log-ins from same user; some Abcom and
# DGStation boxes require this to be set to 1

[cccam]
# for your clients with CCCam (i.e. they have a C: line)
port = 12000
# or whatever you use.
reshare = 0
ignorereshare = 0
version = 2.1.3
updateinterval = 240
minimizecards = 0
stealth = 1

[dvbapi]
# if you want to use Oscam as your client as well as server
# doesn't work well on some non Dreamboxes
enabled = 1
# set to 0 if using mgcamd as the client and DVBAPI
user = local
# it must be a user defined in oscam.user to work correctly
au = 1
# or 0 as you prefer
boxtype = dm7000
# use dreambox for earlier dreamboxes with ppc processors
pmt_mode = 0

[webif]
# very useful and fairly straightforward
httpport = 80
httpuser = user
httppwd = pass
httprefresh = 10
httpallowed = 127.0.0.1,192.168.2.2-192.168.2.4
# can only be opened from those (LAN) IPs
httphideidleclients = 1
httpreadonly = 0


oscam server

[reader]
label = lower card
enable = 1
protocol = internal
device = /dev/sci0
caid = 0963
# 0963 is Sky UK.
boxid = 14FE****
# Oscam can read a Sky card i.d, but you can also put this
# in manually
detect = cd
cardmhz = 357
# this helps the card run more smootly
group = 1
# Oscam has the concept of groups. Only users in group 1 can
# use this reader. I'm only using one group.
emmcache = 1,3,2
ecmcache = 1
blockemm-unknown = 1
blockemm-g = 1
# these ensure smooth decrypting
lb_weight = 101
# for load balancing - can be commented out.

oscam user


[account]
# for your own box.
user = local
description = for local mgcamd or DVBAPI
pwd = mypass
disabled = 0
group = 1
uniq = 1
au = 1
# if you want the card updated from yourself

[account]
# for friend who may be using CCcam although works
# any protocol defined in oscam.conf
user = friend1
pwd = pass1
description = for friend with CCCam
disabled = 0
group = 1
uniq = 1
sleep = 0
au = 0
cccmaxhops = 3
cccreshare = 0
keepalive = 1


[account]
# intended for a friend using mgcamd, although works
# with any protocol defined in oscam.conf
user = friend2
pwd = pass2
description = for friend with mgcamd
disabled = 0
group = 1
uniq = 1
sleep = 0
au = 0
keepalive = 1



then use an n line in cccam like this


N: 127.0.0.1 10000 friend1 pass1 01 02 03 04 05 06 07 08 09 10 11 12 13 14 256



however this is not working if anything is wrong here could someone point me in the right direction or even edit files so they are correct i am ok with cccam but have never used oscam or anyother client
 

Padberwi

Registered
Messages
12
[newcamd]
# this is for your clients with mgcamd (i.e. a CWS = line)
# or an N: line in CCcam
port = 12345@0963:000000

N: 127.0.0.1 12345 friend1 pass1 ...

256 only works if cccam is < 2.1.3
 
Top