HD51 4K Help with Oscam glitches on HD51 ?

Rake722

Newbie
Hi all it’s been a while since I was last on

I got myself one of these boxes and set it up with oscam and ever since it’s been freezing to the point I just use Netflix as this is unbearable

I’ve done some research and the freezing issue seems common but I have yet to find a fix.

Closest I can tell is to set the ECM time out to 8000ms ?

If I’m on the right track how do I go about making these changes ?

Any help gratefully received

Thanks

Rake
 
How was your line provided to you by the supplier?
DON'T post line details here.
Was it N: line, or CWS = or was it C: line?
Have you adjusted it from it's original format?
 
does your .server file look like this?
paste your line into this and see how it is, I've never had any trouble using this:

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

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

[reader]
label=Sky-Server3
enable=1
protocol=newcamd
key=0102030405060708091011121314
device=
user=
password=
group=1
connectoninit = 1
group=1

[reader]
label=VM-Server1
enable=1
protocol=newcamd
key=0102030405060708091011121314
device=server,port
user=username
password=pasword
disableserverfilter = 1
connectoninit = 1
inactivitytimeout = -1
caid = 1841
ident = 1841:000000,005B01,005A01,005B02,005B03
group = 1
 
does your .server file look like this?
paste your line into this and see how it is, I've never had any trouble using this:

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

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

[reader]
label=Sky-Server3
enable=1
protocol=newcamd
key=0102030405060708091011121314
device=
user=
password=
group=1
connectoninit = 1
group=1

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

Thanks again - it’s been so long I lost the IP address of the box and my router admin word fails so I’ll factory reset the router tomorrow and recover the file from the mutant as I have 2 saved on the pc and not sure which is loaded on the box.

Back tomorrow

Thanks again
 
on the remote, press menu>information>network and the ip address is there.
Use it to login to the box using filezilla and you can easily check what's inside the oscam.server file
You don't need to do anything with the router or log into the router
 
Got it -

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

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

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

[reader]
label=VM-Server1
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
 
so you have an active C line and an active N line for satellite in the server file?
if your provider has changed the C line to N line as you mentioned earlier, remove the details from the Cccam reader at the top and send it back to the box and restart softcam
 
Now looks like this - still freezing

[reader]
label=Sky-Server1
enable=1
protocol=newcamd
device=servername,port
user=xxx
password=xxx
group=1

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

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

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