Oscam.user (Cardsharing-Konfiguration): Unterschied zwischen den Versionen

Aus Tutorials
Zur Navigation springen Zur Suche springen
Zeile 18: Zeile 18:
user            = vu_solo_seestadt
user            = vu_solo_seestadt
pwd              = <password>    # only 0-9 and A-F allowed
pwd              = <password>    # only 0-9 and A-F allowed
allowedprotocols = gbox
allowedprotocols = cccam
disabled        = 0
disabled        = 0
monlevel        = 1
monlevel        = 1
Zeile 29: Zeile 29:
user            = vu_uno_hofstetten
user            = vu_uno_hofstetten
pwd              = <password>    # only 0-9 and A-F allowed
pwd              = <password>    # only 0-9 and A-F allowed
allowedprotocols = gbox
allowedprotocols = cccam
disabled        = 0
disabled        = 0
monlevel        = 1
monlevel        = 1
Zeile 35: Zeile 35:
group            = 1
group            = 1
au              = 1            # emm to all readers
au              = 1            # emm to all readers
services        = orfdigital,hdplus
services        = orfdigital,hdplus,!srgssr
</pre>
</pre>



Version vom 18. Juni 2022, 22:18 Uhr

Noch in Bearbeitung


Erstellen

sudo vi /usr/local/etc/oscam.user

Beispielkonfiguration

#
# user configuration
#

[account]
user             = vu_solo_seestadt
pwd              = <password>    # only 0-9 and A-F allowed
allowedprotocols = cccam
disabled         = 0
monlevel         = 1
uniq             = 1
group            = 1
au               = 1             # emm to all readers
services         = orfdigital,hdplus

[account]
user             = vu_uno_hofstetten
pwd              = <password>    # only 0-9 and A-F allowed
allowedprotocols = cccam
disabled         = 0
monlevel         = 1
uniq             = 1
group            = 1
au               = 1             # emm to all readers
services         = orfdigital,hdplus,!srgssr

Links

[https://wiki.streamboard.tv/wiki/OSCam/de/Config/oscam.user

https://wiki.zebradem.com/wiki/index.php?title=Oscam.user

https://svn.streamboard.tv/oscam/trunk/Distribution/doc/example/oscam.user


Zurück zu OSCam-Konfiguration (Cardsharing)