OSCam (Client / Cardsharing): Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(7 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 9: | Zeile 9: | ||
=== oscam.conf === | === oscam.conf === | ||
<pre> | |||
vi /etc/tuxbox/config/oscam.conf | |||
</pre> | |||
<pre> | <pre> | ||
Zeile 34: | Zeile 38: | ||
[webif] | [webif] | ||
httpport = 83 | httpport = 83 | ||
httppiconpath = /etc/tuxbox/config/picon | |||
httpshowpicons = 1 | |||
httppiconsize = 30 | |||
httpallowed = 127.0.0.1,10.1.0.0-10.1.0.255,10.2.0.0-10.2.0.255 | httpallowed = 127.0.0.1,10.1.0.0-10.1.0.255,10.2.0.0-10.2.0.255 | ||
httposcamlabel = Oscam WebInterface | httposcamlabel = Oscam WebInterface | ||
Zeile 39: | Zeile 46: | ||
=== oscam.user === | === oscam.user === | ||
<pre> | |||
vi /etc/tuxbox/config/oscam.user | |||
</pre> | |||
<pre> | <pre> | ||
Zeile 49: | Zeile 60: | ||
=== oscam.server === | === oscam.server === | ||
<pre> | |||
vi /etc/tuxbox/config/oscam.server | |||
</pre> | |||
<pre> | |||
[reader] | [reader] | ||
label = ORF | label = ORF | ||
description = ORF-ICE-P (Cryptoworks) | description = ORF-ICE-P (Cryptoworks) | ||
caid = 0D98 | caid = 0D98 | ||
Zeile 60: | Zeile 76: | ||
group = 2 | group = 2 | ||
[reader] | [reader] | ||
label = | label = HD+ | ||
description = HD01 to HD02 (NAGRA) | description = HD01 to HD02 (NAGRA) | ||
caid = 1830,1843,1860,186A | caid = 1830,1843,1860,186A | ||
Zeile 80: | Zeile 95: | ||
user = vu_uno_hofstetten | user = vu_uno_hofstetten | ||
password = <password> | password = <password> | ||
ccckeepalive = 1 | |||
reconnecttimeout = 60 | reconnecttimeout = 60 | ||
group = 3 | group = 3 | ||
</pre> | |||
<pre> | |||
ccckeepalive = 1 | |||
</pre> | </pre> | ||
Zeile 92: | Zeile 111: | ||
[cccam] | [cccam] | ||
port = 40000 | port = 40000 | ||
version = | version = 2.3.2 | ||
reshare = 1 | reshare = 1 | ||
</pre> | </pre> |
Aktuelle Version vom 10. August 2023, 16:49 Uhr
Noch in Bearbeitung
Allgemein
Die Konfigurationsdateien befinden sich im VTI-Image unter /etc/tuxbox/config/
.
Client
oscam.conf
vi /etc/tuxbox/config/oscam.conf
[global] disablelog = 1 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/ emmlogdir = /var/log/ lb_mode = 0 [dvbapi] enabled = 1 au = 1 user = local boxtype = dreambox [webif] httpport = 83 httppiconpath = /etc/tuxbox/config/picon httpshowpicons = 1 httppiconsize = 30 httpallowed = 127.0.0.1,10.1.0.0-10.1.0.255,10.2.0.0-10.2.0.255 httposcamlabel = Oscam WebInterface
oscam.user
vi /etc/tuxbox/config/oscam.user
[account] user = local au = 1 group = 1,2,3
oscam.server
vi /etc/tuxbox/config/oscam.server
[reader] label = ORF description = ORF-ICE-P (Cryptoworks) caid = 0D98 autospeed = 1 needsglobalfirst = 1 emmcache = 1,1,2,0 protocol = internal device = /dev/sci0 group = 2 [reader] label = HD+ description = HD01 to HD02 (NAGRA) caid = 1830,1843,1860,186A detect = CD boxkey = A7642F57BC96D37C rsakey = BF358B5461863130686FC933FB541FFCED682F3680F09DBC1A23829FB3B2F766B9DD1BF3B3ECC9AD6661B753DCC3A9624156F9EB64E8168EF09E4D9C5CCA4DD5 autospeed = 1 emmcache = 1,2,2,0 protocol = mouse device = /dev/HD002 group = 1 [reader] label = cccam_remote protocol = cccam device = 10.2.0.95,40000 user = vu_uno_hofstetten password = <password> ccckeepalive = 1 reconnecttimeout = 60 group = 3
ccckeepalive = 1
Server
oscam.conf
[cccam] port = 40000 version = 2.3.2 reshare = 1
Links
https://www.digital-eliteboard.com/threads/oscam-als-client-einrichten.480764/
Zurück zu OSCam-Konfiguration_(Cardsharing)