OSCam (Client / Cardsharing): Unterschied zwischen den Versionen

Aus Tutorials
Zur Navigation springen Zur Suche springen
Zeile 50: Zeile 50:
<pre>
<pre>
[reader]
[reader]
label = hdplus
label               = hdplus
description = HD01 to HD02 (NAGRA)
description         = HD01 to HD02 (NAGRA)
caid = 1830,1843,1860,186A
caid               = 1830,1843,1860,186A
detect = cd
detect             = CD
boxkey = hdplus
boxkey             = hdplus
rsakey = hdplus
rsakey             = hdplus
autospeed = 1
autospeed           = 1
emmcache = 1,2,2,0
emmcache           = 1,2,2,0
protocol = internal
protocol           = internal
device = /dev/sci0
device             = /dev/sci0
group = 1
group               = 1


[reader]
[reader]
label = ORF-ICE-P
label               = ORF-ICE-P
description = ORF-ICE-P (Cryptoworks)
description         = ORF-ICE-P (Cryptoworks)
caid = 0D98
caid               = 0D98
autospeed = 1
autospeed           = 1
needsglobalfirst = 1
needsglobalfirst   = 1
emmcache = 1,1,2,0
emmcache           = 1,1,2,0
protocol = mouse
protocol           = mouse
device = /dev/ttyUSB0
device             = /dev/ttyUSB0
group = 2
group               = 2


[reader]
[reader]
label = cs378x_remote
label               = cs378x_remote
protocol = cs378x
protocol           = cs378x
device = 10.2.0.95,37800
device             = 10.2.0.95,37800
user = user
user               = user
password = pass
password           = pass
keepalive = 1
keepalive           = 1
reconnecttimeout = 60
reconnecttimeout   = 60
group = 3
group               = 3
 
</pre>
</pre>



Version vom 18. Juni 2022, 13:55 Uhr

Noch in Bearbeitung


Allgemein

Die Konfigurationsdateien befinden sich im VTI-Image unter /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                = dvbapi_local
boxtype             = dreambox


[webif]
httpport            = 83
httpallowed         = 127.0.0.1,192.168.0.0-192.168.255.255,10.0.0.0-10.255.255,::1
httposcamlabel      = Oscam WebInterface

oscam.user

[account]
user                = dvbapi_local
au                  = 1
group               = 1,2,3

oscam.server

[reader]
label               = hdplus
description         = HD01 to HD02 (NAGRA)
caid                = 1830,1843,1860,186A
detect              = CD
boxkey              = hdplus
rsakey              = hdplus
autospeed           = 1
emmcache            = 1,2,2,0
protocol            = internal
device              = /dev/sci0
group               = 1

[reader]
label               = ORF-ICE-P
description         = ORF-ICE-P (Cryptoworks)
caid                = 0D98
autospeed           = 1
needsglobalfirst    = 1
emmcache            = 1,1,2,0
protocol            = mouse
device              = /dev/ttyUSB0
group               = 2

[reader]
label               = cs378x_remote
protocol            = cs378x
device              = 10.2.0.95,37800
user                = user
password            = pass
keepalive           = 1
reconnecttimeout    = 60
group               = 3

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-als-client-einrichten.480764/


Zurück zu OSCam-Konfiguration_(Cardsharing)