From 523c1d3913e3df122580b6804cce8cfb8b19f156 Mon Sep 17 00:00:00 2001 From: Jonathan Baecker Date: Wed, 23 Sep 2020 09:55:00 +0200 Subject: [PATCH] update readme --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 05a32d76..d73aa147 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ -ffplayout-gui +ffplayout-frontend ===== -This web GUI is for managing [ffplayout-engine](https://github.com/ffplayout/ffplayout-engine). - -The frontend depend on [ffplayout-api](https://github.com/ffplayout/ffplayout-api). +This web GUI is for managing [ffplayout-engine](https://github.com/ffplayout/ffplayout-engine) and it depend on [ffplayout-api](https://github.com/ffplayout/ffplayout-api). For a better understanding about the functionality, take a look to the screenshots below. +The Interface is mostly made for 24/7 streaming. Other scenarios like streaming in folder mode or playlists with no starting time will work, but is not shown correctly. You can install it on a fresh Debian/CentOS minimal like system with running `./install.sh` as root. @@ -17,7 +16,7 @@ Or read the instruction [install.md](docs/install.md) for manual installation. After installations you have to setup ssl for your **https** connections. -## some impressions: +## Some Impressions: #### Login ![login](/docs/assets/login.png)