Oscam.conf (Cardsharing-Konfiguration): Unterschied zwischen den Versionen

Aus Tutorials
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „<pre> sudo vi /usr/local/etc/oscam.conf </pre> <pre> # # main configuration # [global] nice = -1 WaitForCards = 1 # logging logfile = /var/log/oscam/oscam.log usrfile = /var/log/oscam/oscamuser.log cwlogdir = /var/log/oscam/cw # web interface [webif] httpport = 8888 httpallowed = 127.0.0.1,10.0.0.0-10.0.255.255,10.2.0.0-10.2.255.255 </pre> === Links === [https://wiki.zebradem.com/wiki/index.php?title=Oscam.conf ht…“)
 
 
(18 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>
sudo vi /usr/local/etc/oscam.conf
sudo vi /usr/local/etc/oscam.conf
</pre>
</pre>
== Beispielkonfiguration ==


<pre>
<pre>
Zeile 9: Zeile 18:


[global]
[global]
nice         = -1
nice               = -1
WaitForCards = 1
WaitForCards       = 1
 
# failban
failbancount      = 3
failbantime        = 5


# logging
# logging


logfile       = /var/log/oscam/oscam.log
initial_debuglevel = 73                              # 8 = traffic from/to the clients , 64 = EMM logging , 1 = detailed error messages
usrfile       = /var/log/oscam/oscamuser.log
logfile           = /var/log/oscam/oscam.log
cwlogdir     = /var/log/oscam/cw
usrfile           = /var/log/oscam/oscamuser.log
cwlogdir           = /var/log/oscam/cw
emmlogdir          = /var/log/oscam/emm


# web interface
# web interface


[webif]
[webif]
httpport     = 8888
httpport           = 8888
httpallowed   = 127.0.0.1,10.0.0.0-10.0.255.255,10.2.0.0-10.2.255.255
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
</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]
[https://svn.streamboard.tv/oscam/trunk/Distribution/doc/example/oscam.conf https://svn.streamboard.tv/oscam/trunk/Distribution/doc/example/oscam.conf]




Zurück zu [[OSCam-Konfiguration_(Cardsharing)#oscam.conf|OSCam-Konfiguration_(Cardsharing)]]
Zurück zu [[OSCam-Konfiguration_(Cardsharing)#Aktuelle_Konfiguration|OSCam-Konfiguration (Cardsharing)]]

Aktuelle Version vom 10. August 2023, 17: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)