I've managed to install OSCAM, and have looked at various guides for configuring it, but have not come across anything like a straightforward step by step guide...
The OSCAM configuration seems to be done through files in the service.softcam.oscam/config directory
This thread:-
TVHEADEND -> OSCAM -> CCCAM Server Cline - Tvheadend
Shows this example:-
oscam.conf:
Code
[global]
Nice = -1
ClientTimeout = 7
FallbackTimeout=3
ClientMaxIdle=120
CacheDelay = 120
BindWait = 5
WaitForCards = 0
PreferLocalCards = 1
LogFile = stdout
saveinithistory = 1
readerrestartseconds = 5
maxlogsize = 200
[monitor]
nocrypt = 127.0.0.1,192.168.0.0-192.168.255.255
appendchaninfo = 1
[webif]
httpport = 8888
httpuser = root
httppwd = pwd
httpallowed = 127.0.0.1,192.168.0.0-192.168.255.255
[dvbapi]
enabled = 1
au = 1
boxtype = pc
user = dvbapi
###### for E2 set pmt_mode = 0 ###########
###### for Titan set pmt_mode = 4 ###########
pmt_mode = 0
Display More
oscam.server:
Code
[reader]
enable = 1
label = cccam-reader
protocol = cccam
device = 192.168.178.10,55555
user = living-room
password = pwd
group = 1
emmcache = 1,1,2
cccmaxhop = 5
cccversion = 2.2.1
Display More
oscam.user:
Code
[account]
user = dvbapi
pwd = dvbapi
group = 1
au = 1
uniq = 0
betatunnel = 1833.FFFF:1702,1834.FFFF:1722
Are these the three files I need to configure for my own setup?