update discription

This commit is contained in:
Jonathan Baecker 2020-02-03 17:48:46 +01:00
parent 3b528296dc
commit 011bff84a3

View File

@ -104,10 +104,13 @@ More informations in [Wiki](https://github.com/ffplayout/ffplayout-engine/wiki/R
Installation Installation
----- -----
- install ffmpeg, ffprobe (and ffplay if you need the preview mode) - install ffmpeg, ffprobe (and ffplay if you need the preview mode)
- copy ffplayout.py to **/usr/local/bin/** - `cd` to **/opt/**
- copy ffplayout.conf to **/etc/ffplayout/** - clone repo: `git clone https://github.com/ffplayout/ffplayout-engine.git`
- `cd ffplayout-engine`
- run **make**
- copy ffplayout.yml to **/etc/ffplayout/**
- create folder with correct permissions for logging (check config) - create folder with correct permissions for logging (check config)
- copy docs/ffplayout.service to **/etc/systemd/system/** - copy **docs/ffplayout.service** to **/etc/systemd/system/**
- change user in **/etc/systemd/system/ffplayout.service** - change user in **/etc/systemd/system/ffplayout.service**
- create playlists folder, in that format: **/playlists/year/month** - create playlists folder, in that format: **/playlists/year/month**
- set variables in config file to your needs - set variables in config file to your needs
@ -129,7 +132,7 @@ ffplayout also allows the passing of parameters:
You can run the command like: You can run the command like:
``` ```
python3 ffplayout.py -l ~/ -p ~/playlist.json -d -s now -t none ./ffplayout.py -l none -p ~/playlist.json -d -s now -t none
``` ```
Play on Desktop Play on Desktop