oscam configuration as a emu

jfish

VIP Member
VIP Member
Joined
Sep 21, 2007
Messages
3,204
Reaction score
699
A very quick guide on setting up OSCam as an EMU

The following should work on any box, however this has been tested successfully on ZGemma S and DM800HD running OpenATV image

Install Oscam or it may be called OSCam EMU thru the softcam feed

Now using FTP client edit or upload the following files - on OpenATV they are located in /usr/keys/

oscam.conf

[global]
logfile = /tmp/oscam.log
clienttimeout = 7000
fallbacktimeout = 1750
clientmaxidle = 0
netprio = 1
nice = -1
maxlogsize = 300
waitforcards = 0

[dvbapi]
enabled = 1
pmt_mode = 0
user = dvbapi
boxtype = dreambox

[webif]
httpport = 8888
httpuser = oscam
httppwd = oscam
httprefresh = 3
httpshowuserinfo = 1
httpallowed = 127.0.0.1,192.168.0.0-192.168.255.255
http_status_log = 1

oscam.server - This is where you add your nline

[reader]
label = nline1
description = nline1
protocol = newcamd
device = server,port
key = 0102030405060708091011121314
user = user
password = password
group = 1

oscam.user

[account]
user = dvbapi
group = 1,2

Thats it, using your favourite web browser to go

http://<ip address of your box>:8888

username and password is oscam

You will see the attached screen
 

Attachments

  • Untitled.jpg
    Untitled.jpg
    246.7 KB · Views: 24
I have a similar configuration, can access boxip:8888, and I get these:

  • 2016/11/20 15:44:50 37F7A38E p (newcamd) expected MSG_CLIENT_2_SERVER_LOGIN_ACK (E1), received FF
  • 2016/11/20 15:44:50 37F7A38E p (reader) nline [newcamd] disconnected: reason login error2

Is this because the line is a cline and not an nline? This works currently with CCCam 2.3.0. But can't make it work with Oscam using newcamd.
 
Back
Top