PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Neuling brauch dringend Hilfe mit den Configdateien bzgl. der EMM



moneytalks
01.05.15, 17:06
Hallo Leute,
ich bin neu hier im Forum und im Thema CS. Ich besitze einen Openbox sx6 HD Receiver und benutze als emulator den xcamclient2 für das cccam Protokoll.
Alles läuft soweit ganz gut, jedoch dürfen keine EMM's gesendet werden. Weiß jemand wie man dies deaktievieren kann.
P.S. der xcamclient2 ist oscam based.
Danke

CChaos
01.05.15, 18:23
Hi,

das kann man im Server einstellen, soweit du Oscam als Server einsetztt kannst du dies in der oscam.user einstellen mit AU = 0.
Dann werden vom Server keine EMM des Clienten angenommen.

CChaos

moneytalks
01.05.15, 18:52
Ich nutze den xcamclient2 Emulator und das cccam Protokoll. Ich habe ein paar Konfig Dateien die ich mal zeigen kann damit es etwas klarer wird wo das Problem ist. Achso, ich bin ein User, nicht der der shared.

cardclient.conf:

#
# Comment lines can start with # or ;
#
# every client line starts with the client name, followed by some arguments:
# 'hostname' is the name of the server
# 'port' is the port on the server
# 'emm' is a flag to allow EMM transfers to the server
# (0=disabled 1=enabled)
# 'caid' (optional) caid on which this client should work
# 'mask' (optional) mask for caid e.g. caid=1700 mask=FF00 would allow
# anything between 1700 & 17FF.
# Default is 1700 & FF00. If only caid is given mask is FFFF.
# You may give multiple caid/mask values comma separated
# (e.g. 1702,1722,0d0c/ff00).
# 'username' is the login username
# 'password' is the login password
#
# radegast client
radegast:hostname:port:emm/caid/mask
#
# aroureos client
# 'hexbase'
# 'hexserial' card data for which EMM updates should be send
aroureos:hostname:port:emm/caid/mask:hexbase:hexserial
#
# camd33 client (tcp protocol)
# 'aeskey' is the AES key (32bytes), disable encryption if missing
camd33:hostname:port:emm/caid/mask:username:password:aeskey
#
# camd35 client (udp protocol)
camd35:hostname:port:emm/caid/mask:username:password
#
# cardd client
cardd:hostname:port:emm/caid/mask:username:password
#
# buffy client
# 'aeskey' is the AES key (32bytes), disable encryption if missing
buffy:hostname:port:emm:username:password:aeskey
#
# newcamd client
# 'cfgkey' is the config key (28bytes)
#newcamd:127.0.0.1:32000:0/caid/mask:username:password:cfgKey
#newcamd:192.168.10.107:32000:0/0000/0000:dummy:dummy:0102030405060708091011121314
#newcamd:127.0.0.1:32000:0/0000/0000:dummy:dummy:0102030405060708091011121314
#
# gbox client
#
# NOTE: hostname & port will be ignore. GBOX must be runnning on the local
# machine. For convinience you should choose localhost:8004
gbox:hostname:port:emm/caid/mask
#
# cccam client (via LD_PRE_LOAD wrapper)
#
# NOTE: hostname will be ignore. CCcam must be runnning on the local machine
# 'socket' is the name of the camd socket file. For multiple cards add %d
# into the string. This will be replaced with the number 0-3.
# e.g. /var/emu/chroot%d/tmp/camd.socket
cccam:hostname:port:emm/caid/mask:socket
#
# (the real) cccam client
#
# NOTE: this is a real client. You don't need to have CCcam running on local
# machine.
cccam2:hostname:port:1/1833/1702:username:pass

xcam.server:

########################################
## reader configuration
########################################

########################################
## connect to main
########################################
#[reader]
#label = main
#protocol = cccam
#device = xxxx,xxxx
#user = xxxxx
#password = xxxxxx
#group = 1
#cccversion = 2.1.4


########################################
## connect to backup
########################################
#[reader]
#label = backup
#protocol = cccam
#device = xxxxx,xxxxx
#user = xxxxxx
#password = xxxxxx
#group = 1
#cccversion = 2.1.4

xcam.conf:

[global]
nice = -1
waitforcards = 1
preferlocalcards = 1
logfile = /dev/null
osdlock_pin = 1234 # for locking the Xcam OSD menu remove the # sign

[dvbapi]
enabled = 1
user = user1
au = 0
pmt_mode = 5
request_mode = 1


Ich habe au = 0 gesetzt und doch werden EMM gesendet. Ich verstehe nicht ganz wieso und weiß langsam nicht mehr weiter.