Oscam.user (Cardsharing-Konfiguration): Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
() |
|||
| Zeile 5: | Zeile 5: | ||
</pre> | </pre> | ||
== == | == Stand Testserver 22.11.2025 == | ||
<pre> | <pre> | ||
| Zeile 16: | Zeile 16: | ||
pwd = <password> # only 0-9 and A-F allowed | pwd = <password> # only 0-9 and A-F allowed | ||
allowedprotocols = cs378x | allowedprotocols = cs378x | ||
emmreassembly = 2 | emmreassembly = 2 # necessary when using Viacess cards | ||
disabled = 0 | disabled = 0 | ||
group = 1 | group = 1 | ||
Aktuelle Version vom 22. November 2025, 16:13 Uhr
Erstellen
sudo vi /usr/local/etc/oscam.user
Stand Testserver 22.11.2025
# # user configuration # [account] user = vu_solo_4k pwd = <password> # only 0-9 and A-F allowed allowedprotocols = cs378x emmreassembly = 2 # necessary when using Viacess cards disabled = 0 group = 1 au = 1 services = orfdigital,hdplus,srgssr
Stand 03.10.2022
# # 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://git.streamboard.tv/common/oscam/-/blob/master/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)