Oscam.conf (Cardsharing-Konfiguration): Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
| (5 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
== Erstellen == | == Erstellen == | ||
| Zeile 13: | Zeile 10: | ||
</pre> | </pre> | ||
== | == Stand Testserver 22.11.2025 == | ||
<pre> | <pre> | ||
| Zeile 23: | Zeile 20: | ||
nice = -1 | nice = -1 | ||
WaitForCards = 1 | WaitForCards = 1 | ||
# failban | |||
failbancount = 3 | |||
failbantime = 5 | |||
# logging | |||
maxlogsize = 2000 | |||
initial_debuglevel = 8 # 8 = traffic from/to the clients | |||
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,10.3.0.0-10.3.255.255 | |||
httppiconpath = /usr/local/etc/picon | |||
httpshowpicons = 1 | |||
httppiconsize = 30 | |||
# cs357x | |||
[cs378x] | |||
port = 40001 | |||
</pre> | |||
== Stand 10.08.2023 == | |||
<pre> | |||
# | |||
# main configuration | |||
# | |||
[global] | |||
nice = -1 | |||
WaitForCards = 1 | |||
# failban | |||
failbancount = 3 | |||
failbantime = 5 | |||
# logging | # logging | ||
| Zeile 40: | Zeile 83: | ||
httphelplang = de | httphelplang = de | ||
httpallowed = 127.0.0.1,10.0.0.0-10.0.255.255,10.2.0.0-10.2.255.255 | httpallowed = 127.0.0.1,10.0.0.0-10.0.255.255,10.2.0.0-10.2.255.255 | ||
httpreadonly = 1 | #httpreadonly = 1 | ||
httppiconpath = /usr/local/etc/picon | |||
httpshowpicons = 1 | |||
httppiconsize = 30 | |||
# cccam | # cccam | ||
| Zeile 61: | Zeile 107: | ||
[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] | ||
[https:// | [https://git.streamboard.tv/common/oscam/-/blob/master/Distribution/doc/example/oscam.conf https://git.streamboard.tv/common/oscam/-/blob/master/Distribution/doc/example/oscam.conf] | ||
Zurück zu [[OSCam-Konfiguration_(Cardsharing)#Aktuelle_Konfiguration|OSCam-Konfiguration (Cardsharing)]] | Zurück zu [[OSCam-Konfiguration_(Cardsharing)#Aktuelle_Konfiguration|OSCam-Konfiguration (Cardsharing)]] | ||
Aktuelle Version vom 22. November 2025, 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
Stand Testserver 22.11.2025
# # main configuration # [global] nice = -1 WaitForCards = 1 # failban failbancount = 3 failbantime = 5 # logging maxlogsize = 2000 initial_debuglevel = 8 # 8 = traffic from/to the clients 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,10.3.0.0-10.3.255.255 httppiconpath = /usr/local/etc/picon httpshowpicons = 1 httppiconsize = 30 # cs357x [cs378x] port = 40001
Stand 10.08.2023
# # 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://git.streamboard.tv/common/oscam/-/blob/master/Distribution/doc/example/oscam.conf
Zurück zu OSCam-Konfiguration (Cardsharing)