Oscam.services (Cardsharing-Konfiguration): Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 11: | Zeile 11: | ||
<pre> | <pre> | ||
# | |||
# definition of services | |||
# | |||
# format: | |||
# | |||
# [name] | |||
# caid=CAID[,CAID]... | |||
# provid = provider ID[,provider ID]... | |||
# srvid = service ID[,service ID]... | |||
# | |||
[services1] | |||
caid=0100 | |||
provid=000001,ABCDEF | |||
srvid=0001,0002,000A,000B | |||
</pre> | </pre> | ||
Version vom 11. Juni 2022, 19:33 Uhr
Noch in Bearbeitung
Erstellen
sudo vi /usr/local/etc/oscam.services
Beispielkonfiguration
# # definition of services # # format: # # [name] # caid=CAID[,CAID]... # provid = provider ID[,provider ID]... # srvid = service ID[,service ID]... # [services1] caid=0100 provid=000001,ABCDEF srvid=0001,0002,000A,000B
Links
https://svn.streamboard.tv/oscam/trunk/Distribution/doc/example/oscam.services
https://wiki.zebradem.com/wiki/index.php?title=Oscam.services
Zurück zu OSCam-Konfiguration (Cardsharing)