Vu+Duo Oscam.server Problem

julioserracas

Inactive User
Joined
Mar 12, 2012
Messages
3
Reaction score
0
Hi all,

I have an in-home set-up and I'm having a bit of bother with my server box. Set-up is Vu+Duo Oscam Server (Newcamd protocol) in bedroom, Vu+Duo client running Cccam in sitting room and Openbox S9 running Cccam in guest room. Both client boxes display all of my subscription channels, but server box only gets FTA.
Both Vu+ boxes are running Blackhole 1.6.5.

Am I right thinking that Oscam.server file below must be ok if client boxes work properly, or do I need to add another reader for it to act as a client?

oscam.server

[reader]
label = ***UK
Protocol = internal
detect = CD
device = /dev/sci0
Group = 1
EMMCache = 1,3,2
BoxID = XXXXXXXX
CAID = 0963
ident = 0963:000000
mhz = 375
cardmhz = 375
blockemm-unknown = 1
blockemm-g = 1

oscam.config

[global]
nice = -1
WaitForCards = 1
ClientTimeout = 5
CacheDelay = 120
logfile = /usr/local/etc/oscam.log
saveinithistory = 1

[newcamd]
Key = 0102030405060708091011121314
Port = XXXXX@0963:000000
keepalive = 1

[webif]
httpport = XXXXX
httpuser = root
httppwd = xxx
httprefresh = 10
httpallowed = 127.0.0.1,192.168.0.0-192.168.255.255
 
add this to oscam.conf


[dvbapi]
enabled = 1
boxtype = dreambox
user = localuser
au = 1

And add this to oscam.user

[account]
user = localuser
pwd =
group = 1

Then restart oscam and you should be good to go
 
Back
Top