Oscam set up

alli6968

Inactive User
Joined
Jan 31, 2015
Messages
155
Reaction score
11
Can anyone give assistance on setting up Oscam on a duo running openATV 4.3.
running cccam 2.3 at moment but believe Oscam is far better.

regards
 
would like to know how to set up oscam as we'll please
 
I have setup oscam ymod on a dm500s to read softcam keys - will post up the config files I have use.
 
Oscam once installed has hyperlinked wiki instructions for literally every part of its structure. So all thats needed is to open the WEBIF chose a section and then click on a sub section say USER for instance then click on say password this will take you to the Wiki and give you details on what it is. You can do this for every subsection in Oscam.

Just make sure you are using a relative new version as the Wiki hyperlinks dont work on older versions
 
@calisto, try these

Do your editing with notepad++. Edit oscam.server
 

Attachments

  • oscam dvbapi configs for sky card and remote_blank.zip
    2.4 KB · Views: 31
This is my oscam ymod config.

Used to read softcam keys, and also act as a softcam client for cccam or newcamd protocol

oscam.conf

[global]
logfile = stdout
disableuserfile = 1
clienttimeout = 7000
fallbacktimeout = 1750
fallbacks = 3
clientmaxidle = 0
netprio = 1
nice = -1
maxlogsize = 300
emu_delaycw = 50
setirdetoprov = 0
waitforcards = 0
preferlocalcards = 0
saveinithistory = 0

[dvbapi]
enabled = 1
au = 0
boxtype = dreambox
user = dvbapi
pmt_mode = 1
request_mode = 0
chaninfo = 1

[webif]
httpport = 8888
httphelplang = en
httpuser = oscam
httppwd = oscam
httprefresh = 3
httpallowed = 127.0.0.1,192.168.0.0-192.168.255.255
httphideidleclients = 0
httpreadonly = 0
httpsavefullcfg = 0


oscam.server

[reader]
label = softcam
enable = 1
protocol = constcw
device = /var/tuxbox/config/oscam.keys
key = 0102030405060708091011121314
fix9993 = 0
group = 1
lb_weight = 100


[reader]
label = line1
enable = 1
protocol = newcamd
device = server,port
key = 0102030405060708091011121314
user = username
password = password
fix9993 = 0
group = 2
lb_weight = 100

[reader]
label = CCamclient
enable = 1
protocol = cccam
device = server,port
user = username
password = password
inactivitytimeout = 30
group = 3
cccversion = 2.2.1
cccmaxhops = 2
ccckeepalive = 1
cccreshare = 1
 
Do you need any other softcam depending on what protocol you're using? E.g. cccam or newcamd.

I am having issues making it work too. Got webif working but it doesn't clear.

No, there is an entry for protocol in the reader bit.
 
as a side note, to get OSCam to act as a softcam - you need to enable the DVBAPI

to do this

in oscam.user

[account]
user = dvbapiuser
group = 1

in oscam.conf enable DVBAPI

[dvbapi]
enabled = 1
user = dvbapiuser

in the reader setting in oscam.server ensure the group is assigned to the reader
 
You also need a modded version of oscam such as OSemu,Oscam_emu or ymod simply adding those parameters to a standard oscam will do nothing
 
Back
Top