Hello,
I'm trying to create a server on my raspberry pi, which is able to show me the channels I want to see.
I currently have installed Tvheadend with a DVB adapter, and I can perfectly see the channels received by the antenna, but I wish I could see more channels.
I installed OSCam on which I have set up various files so you can watch channels from a remote server cccam (classical sites that provide temporary accounts of 24h), but I can not get it work ..
the files are
oscam.conf
[global]
logfile = /var/log/oscam/oscam.log
fallbacktimeout = 2600
maxlogsize = 30000
waitforcards = 0
waitforcards_extra_delay = 0
dropdups = 1
usrfile = /var/oscam/log/oscamuser.log
cwlogdir = /var/log/oscam/cw.log
emmlogdir = /var/log/oscam/emm.log
ecmfmt = |c:s|l:e-w|
[cache]
[newcamd]
#port = 55000@0000:055000
key = 0102030405060708091011121314
port = 10000@0000:21000
serverip = 127.0.0.1
allowed = 127.0.0.1
keepalive = 1
mgclient = 1
group = 1
[cccam]
port = 55000
nodeid = 38A228F710FF153C
version = 2.3.0
reshare_mode = 0
ignorereshare = 1
forward_origin_card = 1
minimizecards = 1
group =
[dvbapi]
enabled = 1
au = 1
request_mode = 1
user = tvheadend
boxtype = pc-nodmx
[webif]
httpport = 8888
httpuser = root
httppwd = freecs
httphelplang = it
httprefresh = 5
httppollrefresh = 5
httpallowed = 0.0.0.0-255.255.255.255
oscam.user[global]
logfile = /var/log/oscam/oscam.log
fallbacktimeout = 2600
maxlogsize = 30000
waitforcards = 0
waitforcards_extra_delay = 0
dropdups = 1
usrfile = /var/oscam/log/oscamuser.log
cwlogdir = /var/log/oscam/cw.log
emmlogdir = /var/log/oscam/emm.log
ecmfmt = |c:s|l:e-w|
[cache]
[newcamd]
#port = 55000@0000:055000
key = 0102030405060708091011121314
port = 10000@0000:21000
serverip = 127.0.0.1
allowed = 127.0.0.1
keepalive = 1
mgclient = 1
group = 1
[cccam]
port = 55000
nodeid = 38A228F710FF153C
version = 2.3.0
reshare_mode = 0
ignorereshare = 1
forward_origin_card = 1
minimizecards = 1
group =
[dvbapi]
enabled = 1
au = 1
request_mode = 1
user = tvheadend
boxtype = pc-nodmx
[webif]
httpport = 8888
httpuser = root
httppwd = freecs
httphelplang = it
httprefresh = 5
httppollrefresh = 5
httpallowed = 0.0.0.0-255.255.255.255
oscam.user
[account]
user = tvheadend
pwd = tvheadend
monlevel = 4
keepalive = 0
group = 1
cccstealth = 1
[account]
user = root
pwd = freecs
monlevel = 4
group = 1
oscam.server
[reader]
label = share1
protocol = cccam
device = fast1.mycccam24.com,21000
user = brwyi0
password = mycccam24
inactivitytimeout = 30
cacheex = 1
group = 1
emmcache = 1,1,0,0
cccversion = 2.2.1
cccmaxhops = 2
ccckeepalive = 1
cccreshare = 1
[reader]
label = share2
protocol = cccam
device = fast4.mycccam24.com,18400
user = dcb9ud
password = mycccam24
inactivitytimeout = 30
cacheex = 1
group = 1
emmcache = 1,1,0,0
cccversion = 2.2.1
cccmaxhops = 2
ccckeepalive = 1
cccreshare = 1
Please, help me :)
Thanks a lot
P.S. Sorry for bad english..