Archived
44 lines
1.7 KiB
Markdown
44 lines
1.7 KiB
Markdown
# jLSLauncher - Livestreamer launching utility
|
|
### Download
|
|
|
|
A pre-compiled `.jar`-file can be downloaded here: https://dev.ixab.de/da/jLSLauncher/raw/master/out/artifacts/jLSLauncher_jar/jLSLauncher.jar
|
|
|
|
### Benötigte Software
|
|
|
|
* Java (minimum required is v7) - https://www.java.com/de/download/
|
|
* Livestreamer
|
|
|
|
### Installation of Livestreamer (Windows)
|
|
|
|
1. Download Livestreamer for Windows: http://docs.livestreamer.io/install.html#zip-archive
|
|
2. Extract the Zip-File to a folder of your choice.
|
|
|
|
### Installation of Livestreamer (Linux)
|
|
|
|
Please use your distribution's packet manager.
|
|
Optionally you can download Livestreamer here: http://docs.livestreamer.io/install.html
|
|
|
|
### Installation von jLSLauncher
|
|
|
|
`jLSLauncher.jar` does not need an installation and can be executed as is.
|
|
You can move or copy this tool to any other location you like.
|
|
The configuration is stored in a file named `config.dat` which, if present, has to be moved to the same location.
|
|
|
|
### Benutzung von jLSLauncher
|
|
|
|
Doppelklick `jLSLauncher.jar`.
|
|
Sollte keine Datei-Assoziierung für `*.jar` Dateien im System hinterlegt sein, muss das Programm
|
|
über die Konsole/Shell mit folgendem Befehl gestartet werden:
|
|
* Windows: `java -jar X:\Pfad\zu\jLSLauncher.jar`
|
|
* Linux: `java -jar /pfad/zu/jLSLauncher.jar`
|
|
|
|
Beim ersten Start von jLSLauncher öffnet sich zunächst nur ein *Datei öffnen*-Dialog.
|
|
Hier bitte einfach die zuvor entpackte `livestreamer.exe` auswählen. Rest sollte selbsterklärend sein.
|
|
|
|
### Bug Reports
|
|
|
|
Bevorzugt bitte den Issue-Tracker nutzen: https://dev.ixab.de/da/jLSLauncher/issues
|
|
Alternativ Bug Reports bitte per Email an da-bugreport@ixab.de
|
|
|
|
Für detaillierte Fehlermeldungen bitte das Programm über die Kommandozeile starten.
|