From 011bff84a3dfb47a537ad2f6e1f3ee8fd98550c9 Mon Sep 17 00:00:00 2001 From: Jonathan Baecker Date: Mon, 3 Feb 2020 17:48:46 +0100 Subject: [PATCH] update discription --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f5549014..727d3b48 100644 --- a/README.md +++ b/README.md @@ -104,10 +104,13 @@ More informations in [Wiki](https://github.com/ffplayout/ffplayout-engine/wiki/R Installation ----- - install ffmpeg, ffprobe (and ffplay if you need the preview mode) -- copy ffplayout.py to **/usr/local/bin/** -- copy ffplayout.conf to **/etc/ffplayout/** +- `cd` to **/opt/** +- 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) -- copy docs/ffplayout.service to **/etc/systemd/system/** +- copy **docs/ffplayout.service** to **/etc/systemd/system/** - change user in **/etc/systemd/system/ffplayout.service** - create playlists folder, in that format: **/playlists/year/month** - 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: ``` -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