| | |
| | | /** |
| | | * Die Hauptklasse der Mediazentrale mit der Methode <code>main</code>. |
| | | * |
| | | * |
| | | * args |
| | | * ctx=mz port=9090 conf=conf www-data=www |
| | | * |
| | | * -Djava.util.logging.config.file=/pfad/zu/logging.properties |
| | | * |
| | | * @author Ulrich Hilger |
| | | * @version 1, 25.3.2021 |
| | | */ |
| | |
| | | public static final String RB_AUDIOEXTS = "audioexts"; |
| | | public static final String RB_VIDEOEXTS = "videoexts"; |
| | | public static final String RB_PLAYERPARAMS = "playerparams"; |
| | | public static final String RB_HOST = "host"; |
| | | |
| | | /** |
| | | * <p>Start-Methode dieser Anwendung</p> |