Sc-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(→Hardwareanforderungen) |
(→Parameter) |
||
Zeile 21: | Zeile 21: | ||
</pre> | </pre> | ||
==Probleme== | ==Probleme== | ||
+ | ==Optionen== | ||
+ | {| border=1 cellpadding=2 cellspacing=0 | ||
+ | |- | ||
+ | | bgcolor=#efefef| IRDETO=1 || to enable Irdeto/Betacrypt support | ||
+ | |- | ||
+ | | bgcolor=#efefef| SECA=1 || to enable Seca support (needs libcrypto) | ||
+ | |- | ||
+ | | bgcolor=#efefef| VIACCESS=1 || to enable Viaccess support | ||
+ | |- | ||
+ | | bgcolor=#efefef| NAGRA=1 || to enable Nagra support (needs libcrypto) | ||
+ | |- | ||
+ | | bgcolor=#efefef| CONAX=1 || to enable Conax support (needs libcrypto) | ||
+ | |- | ||
+ | | bgcolor=#efefef| SHL=1 || to enable @SHL (SkyCrypt) support (needs libcrypto) | ||
+ | |- | ||
+ | | bgcolor=#efefef| SC_SECA=1 || to enable Seca smartcard support (needs Phoenix ISO interface) | ||
+ | |- | ||
+ | | bgcolor=#efefef| SC_CRYPTOWORKS=1 || to enable Cryptoworks smartcard support (needs Phoenix ISO interface) | ||
+ | |- | ||
+ | | bgcolor=#efefef| SC_IRDETO=1 || to enable Irdeto smartcard support (needs Phoenix ISO interface) | ||
+ | |- | ||
+ | | bgcolor=#efefef| SC_CONAX=1 || to enable Conax smartcard support (needs Phoenix ISO interface) | ||
+ | |- | ||
+ | | bgcolor=#efefef| SC_VIACCESS=1 || to enable Viaccess smartcard support (needs Phoenix ISO interface) | ||
+ | |- | ||
+ | | bgcolor=#efefef| CARDCLIENT=1 || to enable cardserver clients (needs libcrypto) (see below) | ||
+ | |- | ||
+ | | bgcolor=#efefef| DBG=1 || to compile with debugging information | ||
+ | |} | ||
+ | |||
==Parameter== | ==Parameter== | ||
{| border=1 cellpadding=2 cellspacing=0 | {| border=1 cellpadding=2 cellspacing=0 | ||
Zeile 38: | Zeile 68: | ||
| -t SECS || --timeout=SECS || shutdown timeout for dialup-network (default: 60 secs) | | -t SECS || --timeout=SECS || shutdown timeout for dialup-network (default: 60 secs) | ||
|} | |} | ||
+ | |||
==Links== | ==Links== | ||
{| | {| |
Version vom 16. November 2004, 18:13 Uhr
Inhaltsverzeichnis |
Beschreibung
Benutzung und die Weitergabe dieses Plugins ist in vielen Ländern, wie zum Beispiel Deutschland, verboten! Deshalb Bitte auf dieser Seite keine Links setzen die in den Bereich "illegal" fallen würden.
Hardwareanforderungen
SC kann über die Serielle Schnittstelle auf eine Multimouse AVR zugreifen. Es ersetzt somit ein Common Interface (CI) das z.B. für Premiere benötigt wird.
Softwareanforderungen
- openssl
Installation
cd $SOURCEDIR tar xvzf openssl-<VERSION>.tar.gz cd openssl-<VERSION> ./configure --prefix=/usr/local make make install ldconfig
Probleme
Optionen
IRDETO=1 | to enable Irdeto/Betacrypt support |
SECA=1 | to enable Seca support (needs libcrypto) |
VIACCESS=1 | to enable Viaccess support |
NAGRA=1 | to enable Nagra support (needs libcrypto) |
CONAX=1 | to enable Conax support (needs libcrypto) |
SHL=1 | to enable @SHL (SkyCrypt) support (needs libcrypto) |
SC_SECA=1 | to enable Seca smartcard support (needs Phoenix ISO interface) |
SC_CRYPTOWORKS=1 | to enable Cryptoworks smartcard support (needs Phoenix ISO interface) |
SC_IRDETO=1 | to enable Irdeto smartcard support (needs Phoenix ISO interface) |
SC_CONAX=1 | to enable Conax smartcard support (needs Phoenix ISO interface) |
SC_VIACCESS=1 | to enable Viaccess smartcard support (needs Phoenix ISO interface) |
CARDCLIENT=1 | to enable cardserver clients (needs libcrypto) (see below) |
DBG=1 | to compile with debugging information |
Parameter
Parameter (kurz) | Parameter (lang) | Beschreibung |
---|---|---|
-I | --inverse-cd | use inverse CD detection for the next serial device |
-R | --inverse-rst | use inverse RESET for the next serial device |
-s DEV | --serial=DEV | activate Phoenix ISO interface on serial device DEV (default: none) |
-d CMD | --dialup=CMD | call CMD to start/stop dialup-network (default: none) |
-t SECS | --timeout=SECS | shutdown timeout for dialup-network (default: 60 secs) |
Links
[1] | http://www.openssl.org | OpenSSL Project Homepag |