remove spaces

This commit is contained in:
jb-alvarado 2022-01-26 11:51:37 +01:00
parent 7cf52fe995
commit 5a6bb3bac7

View File

@ -33,7 +33,7 @@ Single Channel Setup
- change user and group in service file (for example to **www-data**)
- activate service: `sudo systemctl enable ffplayout_engine`
- edit **/etc/ffplayout/ffplayout.yml**
- when playlists are exists, run service: `sudo systemctl start ffplayout_engine`
- when playlists are exists, run service: `sudo systemctl start ffplayout_engine`
Multi Channel Setup
-----
@ -48,7 +48,7 @@ Multi Channel Setup
- edit **/etc/ffplayout/ffplayout-00*.yml**
- when you want to use the web frontend, create only the first channel and the other ones in the frontend
- activate service: `sudo systemctl enable ffplayout_engine-multichannel`
- when playlists are exists, run service: `sudo systemctl start ffplayout_engine-multichannel`
- when playlists are exists, run service: `sudo systemctl start ffplayout_engine-multichannel`
Using it Without Installation
-----