Are my settings for OSCAM ok?

I am just wondering if my settings for OSCAM are good? I know in mgcamd you have keepalive but I have only ever seen it used in oscam with cccam perhaps someone can help.

Mostly concerned with conf and reader. are there excess things in there that i don't need or might only be required for a specific configuration?

Should mention the purpose of this oscam is to connect to a remote server for now

Code:
[cache]

[dvbapi]
enabled                       = 1
au                            = 1
pmt_mode                      = 4
listen_port                   = 9001
user                          = tvh
read_sdt                      = 1
write_sdt_prov                = 1
boxtype                       = pc

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

[webif]
httpport                      = 8888
httpallowed                   = 0.0.0.0-255.255.255.255
aulow                         = 120
hideclient_to                 = 15

Code:
[reader]
label                         = my1
description                   = my1
protocol                      = newcamd
device                        = ip,port
key                           = 0102030405060708091011121314
user                          = **
password                      = **
group                         = 1
enabled                       = 1

Code:
[account]
user                          = tvh
pwd                           = tvh
group                         = 1
 
Does it work okay? If so I would leave it.
This is mine:
[cache]

[newcamd]
port = 10001@0000
key = 0102030405060708091011121314
keepalive = 1
mgclient = 1

[cccam]
port = 12000
nodeid = 56FFCD4910971546
version = 2.1.3
reshare = 1

[dvbapi]
enabled = 1
au = 1
pmt_mode = 0
request_mode = 1
user = techkings
read_sdt = 1
write_sdt_prov = 1
boxtype = dreambox

[webif]
httpport = 8888
httpshowmeminfo = 1
httpshowuserinfo = 1
httpshowcacheexinfo = 1
httpshowecminfo = 1
httpshowloadinfo = 1
httpallowed = 127.0.0.1,192.1.0.0-192.168.255.255
http_status_log = 1



[reader]
label=Sky-CCcam
enable=1
protocol=cccam
device=servername,port
user=username
password=password
group=1

[reader]
label=Sky-newcamd
enable=1
protocol=newcamd
key=0102030405060708091011121314
device=servername,port
user=username
password=password
group=1
connectoninit = 1
group=1

[reader]
label=VM-newcamd
enable=1
protocol=newcamd
key=0102030405060708091011121314
device=servername,port
user=username
password=password
disableserverfilter = 1
connectoninit = 1
caid = 1841
ident = 1841:000000,005B01,005A01,005B02,005B03
group = 1


[account]
description = dvbapi
user = techkings
group = 1
 
I understand most of what you have except:

caid = 1841
ident = 1841:000000,005B01,005A01,005B02,005B03

Why do you have this when you have disable server filter

In addition if you are only using this for connecting to remote lines why do you have cache and newcamd
 
Back
Top