OSCam (Client / Cardsharing): Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(18 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 6: | Zeile 6: | ||
Die Konfigurationsdateien befinden sich im VTI-Image unter <code>/etc/tuxbox/config/</code>. | Die Konfigurationsdateien befinden sich im VTI-Image unter <code>/etc/tuxbox/config/</code>. | ||
== oscam.conf == | == Client == | ||
=== oscam.conf === | |||
<pre> | |||
vi /etc/tuxbox/config/oscam.conf | |||
</pre> | |||
<pre> | <pre> | ||
Zeile 27: | Zeile 33: | ||
enabled = 1 | enabled = 1 | ||
au = 1 | au = 1 | ||
user = | user = local | ||
boxtype = dreambox | boxtype = dreambox | ||
[webif] | [webif] | ||
httpport = 83 | httpport = 83 | ||
httpallowed = 127.0.0.1, | 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 | httposcamlabel = Oscam WebInterface | ||
</pre> | </pre> | ||
== oscam.user == | === oscam.user === | ||
<pre> | |||
vi /etc/tuxbox/config/oscam.user | |||
</pre> | |||
<pre> | <pre> | ||
[account] | [account] | ||
user = | user = local | ||
au = 1 | au = 1 | ||
group = 1,2,3 | group = 1,2,3 | ||
</pre> | </pre> | ||
== oscam.server == | === oscam.server === | ||
<pre> | |||
vi /etc/tuxbox/config/oscam.server | |||
</pre> | |||
<pre> | <pre> | ||
[reader] | [reader] | ||
label = | label = ORF | ||
description = | description = ORF-ICE-P (Cryptoworks) | ||
caid = | caid = 0D98 | ||
autospeed = 1 | autospeed = 1 | ||
emmcache = 1, | needsglobalfirst = 1 | ||
emmcache = 1,1,2,0 | |||
protocol = internal | protocol = internal | ||
device = /dev/sci0 | device = /dev/sci0 | ||
group = | group = 2 | ||
[reader] | [reader] | ||
label = | label = HD+ | ||
description = | description = HD01 to HD02 (NAGRA) | ||
caid = | caid = 1830,1843,1860,186A | ||
detect = CD | |||
boxkey = A7642F57BC96D37C | |||
rsakey = BF358B5461863130686FC933FB541FFCED682F3680F09DBC1A23829FB3B2F766B9DD1BF3B3ECC9AD6661B753DCC3A9624156F9EB64E8168EF09E4D9C5CCA4DD5 | |||
autospeed = 1 | autospeed = 1 | ||
emmcache = 1,2,2,0 | |||
emmcache = 1, | |||
protocol = mouse | protocol = mouse | ||
device = /dev/ | device = /dev/HD002 | ||
group = | group = 1 | ||
[reader] | [reader] | ||
label = | label = cccam_remote | ||
protocol = | protocol = cccam | ||
device = 10.2.0.95, | device = 10.2.0.95,40000 | ||
user = | user = vu_uno_hofstetten | ||
password = | password = <password> | ||
ccckeepalive = 1 | |||
reconnecttimeout = 60 | reconnecttimeout = 60 | ||
group = 3 | group = 3 | ||
</pre> | |||
<pre> | |||
ccckeepalive = 1 | |||
</pre> | |||
== Server == | |||
=== oscam.conf === | |||
<pre> | |||
[cccam] | |||
port = 40000 | |||
version = 2.3.2 | |||
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)