Oscam.conf (Cardsharing-Konfiguration)
Zur Navigation springen
Zur Suche springen
Erstellen
sudo mkdir -p /var/log/oscam/cw sudo mkdir -p /var/log/oscam/emm
sudo vi /usr/local/etc/oscam.conf
Beispielkonfiguration
# # main configuration # [global] nice = -1 WaitForCards = 1 # failban failbancount = 3 failbantime = 5 # logging initial_debuglevel = 73 # 8 = traffic from/to the clients , 64 = EMM logging , 1 = detailed error messages logfile = /var/log/oscam/oscam.log usrfile = /var/log/oscam/oscamuser.log cwlogdir = /var/log/oscam/cw emmlogdir = /var/log/oscam/emm # web interface [webif] httpport = 8888 httpuser = <user> httppwd = <password> httphelplang = de httpallowed = 127.0.0.1,10.0.0.0-10.0.255.255,10.2.0.0-10.2.255.255 #httpreadonly = 1 httppiconpath = /usr/local/etc/picon httpshowpicons = 1 httppiconsize = 30 # cccam [cccam] port = 40000 version = 2.3.2 reshare = 1 # cs357x [cs357x] port = 40001
Links
https://wiki.streamboard.tv/wiki/OSCam/de/Config/oscam.conf
https://wiki.zebradem.com/wiki/index.php?title=Oscam.conf
https://svn.streamboard.tv/oscam/trunk/Distribution/doc/example/oscam.conf
Zurück zu OSCam-Konfiguration (Cardsharing)