OSCam (Client / Cardsharing): Unterschied zwischen den Versionen

Aus Tutorials
Zur Navigation springen Zur Suche springen
Zeile 49: Zeile 49:


<pre>
<pre>
[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


</pre>
</pre>

Version vom 18. Juni 2022, 13:51 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)