ffplayout/supervisor/README.md

12 lines
350 B
Markdown
Raw Normal View History

2021-02-11 09:55:32 +01:00
SupervisorD
-----
The supervisor config is only needed when you want to run multiple channels.
Every channel has his own config in [conf.d](/supervisor/conf.d/) folder. In the configuration you have to change this line:
```
command=./venv/bin/python3 ffplayout.py -c /etc/ffplayout/ffplayout-001.yml
```
to the correct ffpalyout YAML config file.