2016-03-21 20:56:24 +01:00
# jLSLauncher - Livestreamer launching utility
### Download
2016-04-07 16:58:36 +02:00
A pre-compiled `.jar` -file can be downloaded here: https://dev.ixab.de/da/jLSLauncher/raw/master/out/artifacts/jLSLauncher_jar/jLSLauncher.jar
2016-03-21 20:56:24 +01:00
2016-05-15 22:50:47 +02:00
### Required Software
2016-03-21 20:56:24 +01:00
2016-04-07 16:58:36 +02:00
* Java (minimum required is v7) - https://www.java.com/de/download/
* Livestreamer
2016-03-21 20:56:24 +01:00
2016-04-07 16:58:36 +02:00
### Installation of Livestreamer (Windows)
2016-03-21 20:56:24 +01:00
2016-04-07 16:58:36 +02:00
1. Download Livestreamer for Windows: http://docs.livestreamer.io/install.html#zip -archive
2. Extract the Zip-File to a folder of your choice.
2016-03-21 20:56:24 +01:00
2016-04-07 16:58:36 +02:00
### Installation of Livestreamer (Linux)
2016-03-21 20:56:24 +01:00
2016-04-07 16:58:36 +02:00
Please use your distribution's packet manager.
Optionally you can download Livestreamer here: http://docs.livestreamer.io/install.html
2016-03-21 20:56:24 +01:00
### Installation von jLSLauncher
2016-04-07 16:58:36 +02:00
`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.
2016-05-18 20:52:22 +02:00
The configuration is stored in a file named `config.json` which, if present, has to be moved to the same location.
2016-03-21 20:56:24 +01:00
2016-05-12 13:12:26 +02:00
### Usage of jLSLauncher
2016-03-21 20:56:24 +01:00
2016-05-12 13:12:26 +02:00
Double click `jLSLauncher.jar` .
If there is no program associated to launching `*.jar` files, jLSLauncher has to be launched via console/shell with the following commands:
2016-03-21 20:56:24 +01:00
* Windows: `java -jar X:\Pfad\zu\jLSLauncher.jar`
* Linux: `java -jar /pfad/zu/jLSLauncher.jar`
2016-05-12 13:12:26 +02:00
At the first start of jLSLauncher a *Open file* dialog is displayed. You'll have to point this to the previously extracted `livestreamer.exe` or `livestreamer` binary file on Linux.
2016-03-21 20:56:24 +01:00
### Bug Reports
2016-05-12 13:12:26 +02:00
Please use the Issue-Tracker at: https://dev.ixab.de/da/jLSLauncher/issues
Alternative method is to write a mail to da-bugreport@ixab .de
2016-03-21 21:01:39 +01:00
2016-05-12 13:12:26 +02:00
For detailed debug output, please start jLSLauncher via console or shell.