Автор Тема: Плагины для GI 8120 / Amiko SHD-8900  (Прочитано 97885 раз)

0 Пользователей и 1 Гость просматривают эту тему.

Оффлайн meri2016sk

  • Местный
  • ****
  • Сообщений: 152
  • Модель ресивера: GI S8120 HD,Openbox SX6
New Ncam1.4
28-12-2016:

New Ncam1.4 Compiled by marouan:

ADD Patch disablecrccws per Caid thanks to yoyodebug
example: for Csat
Add this Line for ncam.server
disablecrccws_only_for        = 0500:032830

ncam.server

[reader]
label                         = server1
enable                        = 1
protocol                      = cccam
device                        = host,port
user                          = user
password                      = password
group                         = 1
cccversion                    = 2.0.11
disablecrccws_only_for        = 0500:032830
cccmaxhops                    = 2
ccckeepalive                  = 1
audisabled                    = 1

[gbx]
fix for local card change (card detected/ ejected) not reported to peers
Change two defaults to more reasonable values

-Webif
-Correct cooldown parameter in webif
-Improve the Webif configuration screen.
-Add httpreadonly as a parameter in the webif
-Make all config parameters for the webif clickable to point to the Wiki
-Small reorganization of the parameters that display additional infos in the Status screen to place then in the same order as they are displayed when we enable them.

[gbx]
add feature
block ecm from specific peer(s)
ignore specific peer(s) entirely
fix Warning ref. cs_readlock timeout
code clean up and cosmetics
[DOC]
add optional parameter to Ncam.conf [gbox]:
block_ecm = peer_id[,peer_id...]
ignore_peer = peer_id[,peer_id...]