• Welcome to Кардшаринг НТВ+ на cardsharing .cc - самый надёжный и стабильный шаринг!.

OSCAM help

Started by Bux, 14 January 2017, 15:07:37

Previous topic - Next topic

Bux

Hi, I would like to ask for assistance with setting oscam.

I managed to run oscam but writes me breaking rule # 7.  I have OpenATV 5.1 with oscam_atv 1.2 11214 .

Here is my setup:

oscam.conf
Quote
[global]
logfile                       = stdout
cachedelay                    = 120
nice                          = -1
maxlogsize                    = 0
preferlocalcards              = 1
saveinithistory               = 1
readerrestartseconds          = 150
lb_mode                       = 1
lb_nbest_readers              = 2
lb_nfb_readers                = 2
lb_reopen_seconds             = 300
lb_retrylimit                 = 1500
lb_savepath                   =
resolvegethostbyname          = 1

[monitor]
hideclient_to                 = 15
appendchaninfo                = 0

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

[webif]
httpport                      = 8888
httprefresh                   = 5
httphideidleclients           = 0
httpallowed                   = 10.0.0.1-255.255.255.255
aulow                         = 120
hideclient_to                 = 15

[anticasc]
enabled                       = 1
numusers                      = 3
aclogfile                     = /tmp/oscam_ac.log

oscam.user
Quote
[account]
user                          = dvbapi
pwd                           = dvbapi
group                         = 1,2,3
monlevel                      = 4
au                            = 1
cccmaxhops                    = 5
cccreshare                    = 0
cccignorereshare              = 0
numusers                      = 0
- Rozšírené možnosti...
penalty                       = 1

oscam.server
Quote
[reader]
label="main_cardsharing.cc_port"
protocol=cccam
device=ip,port
user=xxx
password=xxx
cccversion=2.3.0
group=1
inactivitytimeout=1
reconnecttimeout=30
lb_weight=100
cccmaxhops=10
ccckeepalive=1
cccwantemu=0

[reader]
label="backup_cardsharing.cc_port"
protocol=cccam
device=ip,port
user=xxx
password=xxx
cccversion=2.3.0
group=1
inactivitytimeout=1
reconnecttimeout=30
lb_weight=100
cccmaxhops=10
ccckeepalive=1
cccwantemu=0

How to set up, so I do not violate any rules? 

Thank you very much.

Jogi

I do not know what rule violation 7 is but from my point of view it looks like your sending EMMs to the server, if you use this config

add
audisabled = 1
to every reader of the cs-server
if you do not need au for other servers or cards switch au for the user and for dvbapi-mode to 0
AX-HD51 STB using NeutrinoHD and Oscam with VIP-Astra. Dual login on server_81 via Cable-ISP

Bux

Rule violation 7 is:

Quote7. Sending a large number of KeepAlive requests to the server
To maintain active connection of the ports used to transfer data, a so-called KeepAlive parameter exists. The KeepAlive sends requests to the server with the preset time interval to maintain active connection. It is used to maintain the router connection to the server due to inactivity time. recommended parameter is 300 seconds (1 request per 5 minutes). It is not allowed to set the parameter lower by 10-30-60 seconds. (For example, subscriber of VIP ALL package will send 181440 requests per day instead of 6048 requests with the KeepAlive set for 10 seconds when connecting to 20 ports). In the Mgcamd emulator, CWS_KEEPALIVE = 300 parameter is set in the newcamd.list file with CWS lines are added from the billing.

Jogi

so you can solve your problem by switching to
ccckeepalive = 0
as I see it you cannot modify this parameter on cccam-servers, only switching on or of

this might end in taking some additional time switching from an FTA channel to scambled channel because connection need to be established, but this would take <1 second and only appear if the cs-server was not used for some time
AX-HD51 STB using NeutrinoHD and Oscam with VIP-Astra. Dual login on server_81 via Cable-ISP

Bux

It is still possible mgcam Protocol
Quote[reader]
label       = "main_cardsharing.cc_port"
protocol    = newcamd
key         = 0102030405060708091011121314
device      = ip,port
user        = xxx
password    = xxx
group       = 1
audisabled  = 1
ident     = 0D97:000000,000004

[reader]
label       = "main_cardsharing.cc_port"
protocol    = newcamd
key         = 0102030405060708091011121314
device      = ip,port
user        = xxx
password    = xxx
group       = 1
audisabled  = 1
ident     = 0D96:000004

[reader]
label       = "backup_cardsharing.cc_port"
protocol    = newcamd
key         = 0102030405060708091011121314
device      = ip,port
user        = xxx
password    = xxx
group       = 1
audisabled  = 1
fallback    = 1
ident     = 0D97:000000,000004

[reader]
label       = "backup_cardsharing.cc_port"
protocol    = newcamd
key         = 0102030405060708091011121314
device      = ip,port
user        = xxx
password    =xxx
group       = 1
audisabled  = 1
fallback    = 1
ident     = 0D96:000004

]

It is still not working.  :'(

Jogi

Quote from: Bux on 15 January 2017, 00:06:34
It is still possible mgcam Protocol
What does this means ?
mgcamd is an emulator software, available protocols are newcamd and cccam (both supported by mgcamd and oscam).
I think this will led to nowhere if you do not provide a logfile
AX-HD51 STB using NeutrinoHD and Oscam with VIP-Astra. Dual login on server_81 via Cable-ISP