Oscam.user (Cardsharing-Konfiguration): Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(→Links) |
(→Server) |
||
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) | |||
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 = | 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 = 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, | services = orfdigital,hdplus,srgssr | ||
</pre> | </pre> | ||
Zeile 56: | Zeile 56: | ||
<pre> | <pre> | ||
emmreassembly = | emmreassembly = 2 | ||
</pre> | </pre> | ||
Aktuelle Version vom 3. Oktober 2022, 18:52 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 = 2
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)