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

Aus Tutorials
Zur Navigation springen Zur Suche springen
Zeile 16: Zeile 16:
pwd              = <password>    # only 0-9 and A-F allowed
pwd              = <password>    # only 0-9 and A-F allowed
allowedprotocols = cccam
allowedprotocols = cccam
emmreassembly    = 1             # necessary when using Viacess cards
emmreassembly    = 2             # necessary when using Viacess cards
disabled        = 0
disabled        = 0
monlevel        = 1
monlevel        = 1
Zeile 28: Zeile 28:
pwd              = <password>    # only 0-9 and A-F allowed
pwd              = <password>    # only 0-9 and A-F allowed
allowedprotocols = cccam
allowedprotocols = cccam
#emmreassembly    = 1
emmreassembly    = 2            # necessary when using Viacess cards
disabled        = 0
disabled        = 0
monlevel        = 1
monlevel        = 1
uniq            = 1
uniq            = 1
group            = 1,2,3
group            = 1,2,3
au              = ORF,HD+
au              = ORF,HD+,SRGv6
services        = orfdigital,hdplus,!srgssr
services        = orfdigital,hdplus,srgssr
</pre>
</pre>



Version vom 3. Oktober 2022, 19:37 Uhr

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
emmreassembly    = 2             # necessary when using Viacess cards
disabled         = 0
monlevel         = 1
uniq             = 1
group            = 1,2,3
au               = ORF,HD+,SRGv6
services         = orfdigital,hdplus,srgssr

[account]
user             = vu_uno_hofstetten
pwd              = <password>    # only 0-9 and A-F allowed
allowedprotocols = cccam
emmreassembly    = 2             # necessary when using Viacess cards
disabled         = 0
monlevel         = 1
uniq             = 1
group            = 1,2,3
au               = ORF,HD+,SRGv6
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

Probleme

EMM's für Viacess werden nicht geschrieben

Server

sudo vi /usr/local/etc/oscam.user
emmreassembly       = 1

Client

/etc/tuxbox/config/oscam.user
emmreassembly       = 0

Links

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

https://www.digital-eliteboard.com/threads/srgv6-au-client-cs378x-funktioniert-nicht.483380/

https://www.digital-eliteboard.com/threads/au-bei-schweizer-srg-v6-karte-mit-oscam.408682/


Zurück zu OSCam-Konfiguration (Cardsharing)