oscam problem

Mark_The_Yid

VIP Member
VIP Member
Joined
Jan 16, 2006
Messages
3,590
Reaction score
282
Guys I have bought a ultimo 4K and set it all up. I have oscam setup to connect to my server via newcamd which connects fine as I would expect. The problem I have is that it freezes approx every 30-60 seconds. As a workaround I have set it up to connect via cccam as a re-share from another box on my local network. By doing this it has reduced the freezing massively but is still about once every 30 mins or so which is still far too much.

Anyone here got any suggestions to what is causing it?
 
What line are you using n or c

Sent from my SM-G930F using Tapatalk
 
Server runs on newcamd. Was connecting via reshare on a cccam setup
 
Ok the three files you need are the user, server and conf files.

When you have edited these you need to FTP them to var/etc/tuxbox/config

Your user files should look like this.

Oscam.user

[account]
description = dvbapi
user = Mark_the_yid
group = 1
keepalive = 1

Your conf should look something like this

Oscam.conf

[global]
logfile = /dev/tty
clienttimeout = 4000
clientmaxidle = 300
netprio = 1
nice = -1
maxlogsize = 1000
waitforcards = 0
preferlocalcards = 1
dropdups = 1

[dvbapi]
enabled = 1
au = 1
pmt_mode = 0
request_mode = 1
user = Mark_the_yid
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

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


If you were given a nline like this

N: sever.dyn.dns.com 1234 username pass 01 02 03 04 05 06 07 08 09 10 11 12 13 14

[reader]
label = Mynewcamdreader
enable = 1
protocol = newcamd
device = sever.dyn.dns.com,1234
key = 0102030405060708091011121314
user = username
password = pass
group = 1

Always edit your files in notepad++ nothing else.

Sent from my SM-G930F using Tapatalk
 
have it all setup but it freezes too much. oscam.user is not needed as only connection will be via dvbapi. My configs are:

oscam.conf

[global]
logfile = /tmp/oscam.log
clienttimeout = 15000
fallbacktimeout = 6500
nice = -1
preferlocalcards = 1

[dvbapi]
enabled = 1
au = 1
boxtype = dreambox
user = localuser
request_mode = 0
reopenonzap = 1

[monitor]
port = 998
aulow = 120
monlevel = 4
hideclient_to = 15

[webif]
httpport = 14321
httpuser = *******
httppwd = *******
httprefresh = 9
httphideidleclients = 1
httpallowed = 1.1.1.1-255.255.255.255
aulow = 120
hideclient_to = 15

oscam.server

[reader]
label = SKY1
protocol = newcamd
device = *****,*****
key = 0102030405060708091011121314
user = *****
password = *****
inactivitytimeout = 1
disableserverfilter = 1
group = 1
 
Trust me I used these file for my uno 4k and works spot on. There is one file you need to edit with your own line which is reader

Sent from my SM-G930F using Tapatalk
 
should be no need for user on client box dvbapi enough
 
Thanks for assistance 0jjones. You have without intending managed to point out what my problem was. It had nothing to do with server connection configs but what was causing my issue was having the same webif port setting on my client box as is on the server.

Having now changed the webif port on client box it is all now bang on :)
 
lol should always double check port settings as easy done glad you got it
 
It's easier to keep things simply buddy

Sent from my SM-G930F using Tapatalk
 
Ok the three files you need are the user, server and conf files.

When you have edited these you need to FTP them to var/etc/tuxbox/config

Your user files should look like this.

Oscam.user

[account]
description = dvbapi
user = Mark_the_yid
group = 1
keepalive = 1

Your conf should look something like this

Oscam.conf

[global]
logfile = /dev/tty
clienttimeout = 4000
clientmaxidle = 300
netprio = 1
nice = -1
maxlogsize = 1000
waitforcards = 0
preferlocalcards = 1
dropdups = 1

[dvbapi]
enabled = 1
au = 1
pmt_mode = 0
request_mode = 1
user = Mark_the_yid
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

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


If you were given a nline like this

N: sever.dyn.dns.com 1234 username pass 01 02 03 04 05 06 07 08 09 10 11 12 13 14

[reader]
label = Mynewcamdreader
enable = 1
protocol = newcamd
device = sever.dyn.dns.com,1234
key = 0102030405060708091011121314
user = username
password = pass
group = 1

Always edit your files in notepad++ nothing else.

Sent from my SM-G930F using Tapatalk

Wonder where you got that post from lol

The wording is very familar
 
I was forwarding it somebody who was having a problem with oscam and for some reason I sent it back to you. Sorry.

Sent from my SM-G930F using Tapatalk
 
Back
Top