Oscam.conf (Cardsharing-Konfiguration): Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(12 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
== Erstellen == | |||
<pre> | |||
sudo mkdir -p /var/log/oscam/cw | |||
sudo mkdir -p /var/log/oscam/emm | |||
</pre> | |||
<pre> | <pre> | ||
Zeile 16: | Zeile 18: | ||
[global] | [global] | ||
nice | nice = -1 | ||
WaitForCards | WaitForCards = 1 | ||
# failban | |||
failbancount = 3 | |||
failbantime = 5 | |||
# logging | # logging | ||
logfile | initial_debuglevel = 73 # 8 = traffic from/to the clients , 64 = EMM logging , 1 = detailed error messages | ||
usrfile | logfile = /var/log/oscam/oscam.log | ||
cwlogdir | usrfile = /var/log/oscam/oscamuser.log | ||
cwlogdir = /var/log/oscam/cw | |||
emmlogdir = /var/log/oscam/emm | |||
# web interface | # web interface | ||
[webif] | [webif] | ||
httpport | httpport = 8888 | ||
httpuser | httpuser = <user> | ||
httppwd | httppwd = <password> | ||
httpallowed | httphelplang = de | ||
httpreadonly | 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 | |||
</pre> | </pre> | ||
=== Links === | === Links === | ||
[https://wiki.streamboard.tv/wiki/OSCam/de/Config/oscam.conf https://wiki.streamboard.tv/wiki/OSCam/de/Config/oscam.conf] | |||
[https://wiki.zebradem.com/wiki/index.php?title=Oscam.conf https://wiki.zebradem.com/wiki/index.php?title=Oscam.conf] | [https://wiki.zebradem.com/wiki/index.php?title=Oscam.conf https://wiki.zebradem.com/wiki/index.php?title=Oscam.conf] | ||
Zeile 42: | Zeile 68: | ||
Zurück zu [[OSCam-Konfiguration_(Cardsharing)# | Zurück zu [[OSCam-Konfiguration_(Cardsharing)#Aktuelle_Konfiguration|OSCam-Konfiguration (Cardsharing)]] |
Aktuelle Version vom 10. August 2023, 16:05 Uhr
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)