OSCam (Satreceiver): Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(27 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
== Dateien == | == Dateien == | ||
Webinterface: [http://10.0.0. | Webinterface: [http://10.0.0.152:83 http://10.0.0.152:83] | ||
=== / | === /etc/tuxbox/config/ === | ||
==== oscam.conf ==== | |||
=== SRG === | <pre> | ||
[global] | |||
disablelog = 0 | |||
initial_debuglevel = 72 | |||
logfile = /tmp/oscam.log | |||
pidfile = /tmp/oscam.pid | |||
unlockparental = 1 | |||
nice = -10 | |||
maxlogsize = 100 | |||
waitforcards = 0 | |||
preferlocalcards = 2 | |||
dropdups = 0 | |||
usrfile = /tmp/user.log | |||
cwlogdir = /var/log/cw | |||
emmlogdir = /var/log/emm | |||
lb_mode = 0 | |||
[dvbapi] | |||
enabled = 1 | |||
au = 1 | |||
user = local | |||
boxtype = dreambox | |||
[webif] | |||
httpport = 83 | |||
httppiconpath = /var/keys/picon | |||
httpshowpicons = 1 | |||
httppiconsize = 30 | |||
httpallowed = 127.0.0.1,10.0.0.0-10.0.0.255 | |||
httposcamlabel = Oscam WebInterface | |||
</pre> | |||
==== oscam.server ==== | |||
<pre> | |||
[reader] | |||
label = ORF | |||
description = ORF-ICE-P (Cryptoworks) | |||
caid = 0D98 | |||
detect = CD | |||
autospeed = 1 | |||
needsglobalfirst = 1 | |||
emmcache = 1,1,2,0 | |||
protocol = internal | |||
device = /dev/sci0 | |||
group = 1 | |||
[reader] | |||
label = SRGv6 | |||
description = SRG Version 6 | |||
caid = 0500 | |||
ident = 0500:060200,060210 | |||
detect = CD | |||
autospeed = 1 | |||
needsglobalfirst = 1 | |||
emmcache = 1,1,2,0 | |||
protocol = internal | |||
device = /dev/sci1 | |||
group = 2 | |||
saveemm-g = 1 | |||
saveemm-s = 1 | |||
saveemm-u = 1 | |||
[reader] | |||
label = cs357x_remote | |||
protocol = cs357x | |||
device = 10.0.0.171,40001 | |||
user = <user> | |||
password = <password> | |||
keepalive = 1 | |||
reconnecttimeout = 60 | |||
group = 4 | |||
</pre> | |||
Beispiel vom Feed: [[Datei:Oscam.server.txt]] | |||
==== oscam.user ==== | |||
<pre> | |||
[account] | |||
user = local | |||
au = 1 | |||
emmreassembly = 1 # bei Cardsharing 0 - bei Viacess wichtig | |||
group = 1,2,3,4 | |||
</pre> | |||
=== SRG / Viacess === | |||
[https://wiki.vuplus-support.org/index.php?title=Oscam.reader.SRG https://wiki.vuplus-support.org/index.php?title=Oscam.reader.SRG] | [https://wiki.vuplus-support.org/index.php?title=Oscam.reader.SRG https://wiki.vuplus-support.org/index.php?title=Oscam.reader.SRG] | ||
== Logs == | |||
Das Verzeichnis ''/var/log'' ist ein Link: <code>/var/log -> volatile/log</code> | |||
<pre> | |||
ls -la /var/volatile/log | |||
</pre> | |||
== Cardsharing == | |||
[[OSCam (Raspberry)|OSCam auf Raspberry Pi]] | |||
== Konfiguration == | |||
Siehe dazu auch: [[OSCam-Konfiguration (Cardsharing)|OSCam-Konfiguration]] | |||
=== Oscam Config Creator === | |||
Version 3.8.1.199: [[Datei:Oscam_Config_Creator_3.8.1.199.rar]] | |||
==== Links ==== | |||
[https://www.nachtfalke.biz/vbdownloads.php?do=download&downloadid=33858 https://www.nachtfalke.biz/vbdownloads.php?do=download&downloadid=33858] | |||
== Watchdog == | |||
Siehe dazu: [[Watchdog (Oscam)|Watchdog]] | |||
== Links == | == Links == |
Aktuelle Version vom 2. September 2023, 13:22 Uhr
Dateien
Webinterface: http://10.0.0.152:83
/etc/tuxbox/config/
oscam.conf
[global] disablelog = 0 initial_debuglevel = 72 logfile = /tmp/oscam.log pidfile = /tmp/oscam.pid unlockparental = 1 nice = -10 maxlogsize = 100 waitforcards = 0 preferlocalcards = 2 dropdups = 0 usrfile = /tmp/user.log cwlogdir = /var/log/cw emmlogdir = /var/log/emm lb_mode = 0 [dvbapi] enabled = 1 au = 1 user = local boxtype = dreambox [webif] httpport = 83 httppiconpath = /var/keys/picon httpshowpicons = 1 httppiconsize = 30 httpallowed = 127.0.0.1,10.0.0.0-10.0.0.255 httposcamlabel = Oscam WebInterface
oscam.server
[reader] label = ORF description = ORF-ICE-P (Cryptoworks) caid = 0D98 detect = CD autospeed = 1 needsglobalfirst = 1 emmcache = 1,1,2,0 protocol = internal device = /dev/sci0 group = 1 [reader] label = SRGv6 description = SRG Version 6 caid = 0500 ident = 0500:060200,060210 detect = CD autospeed = 1 needsglobalfirst = 1 emmcache = 1,1,2,0 protocol = internal device = /dev/sci1 group = 2 saveemm-g = 1 saveemm-s = 1 saveemm-u = 1 [reader] label = cs357x_remote protocol = cs357x device = 10.0.0.171,40001 user = <user> password = <password> keepalive = 1 reconnecttimeout = 60 group = 4
Beispiel vom Feed: Datei:Oscam.server.txt
oscam.user
[account] user = local au = 1 emmreassembly = 1 # bei Cardsharing 0 - bei Viacess wichtig group = 1,2,3,4
SRG / Viacess
https://wiki.vuplus-support.org/index.php?title=Oscam.reader.SRG
Logs
Das Verzeichnis /var/log ist ein Link: /var/log -> volatile/log
ls -la /var/volatile/log
Cardsharing
Konfiguration
Siehe dazu auch: OSCam-Konfiguration
Oscam Config Creator
Version 3.8.1.199: Datei:Oscam Config Creator 3.8.1.199.rar
Links
https://www.nachtfalke.biz/vbdownloads.php?do=download&downloadid=33858
Watchdog
Siehe dazu: Watchdog
Links
http://www.zebradem.com/wiki/index.php?title=Oscam
Zurück zu Satreceiver / Images