**ffplayout-engine** ================ Installation under Linux ----- - copy the binary to `/usr/bin/` - copy **assets/ffplayout.yml** to `/etc/ffplayout` - create folder `/var/log/ffplayout` - create system user **ffpu** - give ownership from `/etc/ffplayout` and `/var/log/ffplayout` to **ffpu** - copy **assets/ffplayout.service** to `/etc/systemd/system` - activate service and run it: `systemctl enable --now ffplayout` You can also install the [released](https://github.com/ffplayout/ffplayout/releases/latest) ***.deb** or ***.rpm** package. Start with Arguments ----- ffplayout also allows the passing of parameters: ``` OPTIONS: -c, --config File path to ffplayout.conf -f, --folder Play folder content -g, --generate ... Generate playlist for date or date-range, like: 2022-01-01 - 2022-01-10: -h, --help Print help information -i, --infinit Loop playlist infinitely -l, --log File path for logging -m, --play-mode Playing mode: folder, playlist -o, --output Set output mode: desktop, hls, stream -p, --playlist Path from playlist -s, --start Start time in 'hh:mm:ss', 'now' for start with first -t, --length Set length in 'hh:mm:ss', 'none' for no length check -v, --volume Set audio volume -V, --version Print version information ``` You can run the command like: ```Bash ./ffplayout -l none -p ~/playlist.json -o desktop ```