OSCam (Client / Cardsharing): Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „{{note|Noch in Bearbeitung}} == Links == [https://www.digital-eliteboard.com/threads/oscam-zu-oscam-per-cccam-protololl-keine-karte-0-of-0-card.228853/ https://www.digital-eliteboard.com/threads/oscam-zu-oscam-per-cccam-protololl-keine-karte-0-of-0-card.228853/] Zurück zu OSCam-Konfiguration_(Cardsharing)“) |
|||
(26 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
{{note|Noch in Bearbeitung}} | {{note|Noch in Bearbeitung}} | ||
== Allgemein == | |||
Die Konfigurationsdateien befinden sich im VTI-Image unter <code>/etc/tuxbox/config/</code>. | |||
== Client == | |||
=== oscam.conf === | |||
<pre> | |||
vi /etc/tuxbox/config/oscam.conf | |||
</pre> | |||
<pre> | |||
[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 | |||
</pre> | |||
=== oscam.user === | |||
<pre> | |||
vi /etc/tuxbox/config/oscam.user | |||
</pre> | |||
<pre> | |||
[account] | |||
user = local | |||
au = 1 | |||
group = 1,2,3 | |||
</pre> | |||
=== oscam.server === | |||
<pre> | |||
vi /etc/tuxbox/config/oscam.server | |||
</pre> | |||
<pre> | |||
[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 | |||
</pre> | |||
<pre> | |||
ccckeepalive = 1 | |||
</pre> | |||
== Server == | |||
=== oscam.conf === | |||
<pre> | |||
[cccam] | |||
port = 40000 | |||
version = 2.3.2 | |||
reshare = 1 | |||
</pre> | |||
== Links == | == Links == | ||
[https://www.digital-eliteboard.com/threads/oscam-zu-oscam-per-cccam-protololl-keine-karte-0-of-0-card.228853/ https://www.digital-eliteboard.com/threads/oscam-zu-oscam-per-cccam-protololl-keine-karte-0-of-0-card.228853/] | [https://www.digital-eliteboard.com/threads/oscam-zu-oscam-per-cccam-protololl-keine-karte-0-of-0-card.228853/ https://www.digital-eliteboard.com/threads/oscam-zu-oscam-per-cccam-protololl-keine-karte-0-of-0-card.228853/] | ||
[https://www.digital-eliteboard.com/threads/oscam-als-client-einrichten.480764/ https://www.digital-eliteboard.com/threads/oscam-als-client-einrichten.480764/] | |||
Zurück zu [[OSCam-Konfiguration_(Cardsharing)# | Zurück zu [[OSCam-Konfiguration_(Cardsharing)#OSCam-Client|OSCam-Konfiguration_(Cardsharing)]] |
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)