2018-04-29 18:54:05 +02:00
|
|
|
ffplayout-gui
|
|
|
|
=====
|
|
|
|
|
2020-06-28 18:32:40 +02:00
|
|
|
This web GUI is for managing [ffplayout-engine](https://github.com/ffplayout/ffplayout-engine).
|
2020-09-10 16:29:19 +02:00
|
|
|
|
|
|
|
The frontend depend on [ffplayout-api](https://github.com/ffplayout/ffplayout-api).
|
|
|
|
|
2020-06-28 18:32:40 +02:00
|
|
|
For a better understanding about the functionality, take a look to the screenshots below.
|
2018-04-29 18:54:05 +02:00
|
|
|
|
2020-08-27 13:33:23 +02:00
|
|
|
You can install it on a fresh Debian/CentOS minimal like system with running `./install.sh` as root.
|
|
|
|
|
|
|
|
**Recommend system is a current Debian version.**
|
2018-04-29 18:54:05 +02:00
|
|
|
|
2020-08-27 13:10:19 +02:00
|
|
|
Updating is also possible with: `./install.sh update`
|
|
|
|
|
2020-06-28 18:32:40 +02:00
|
|
|
Or read the instruction [install.md](docs/install.md) for manual installation.
|
2018-04-29 18:54:05 +02:00
|
|
|
|
2020-06-28 18:32:40 +02:00
|
|
|
After installations you have to setup ssl for your **https** connections.
|
2018-04-29 18:54:05 +02:00
|
|
|
|
2020-06-28 18:32:40 +02:00
|
|
|
## some impressions:
|
2020-01-30 21:43:12 +01:00
|
|
|
#### Login
|
2020-09-10 16:29:19 +02:00
|
|
|
![login](/docs/assets/login.png)
|
2018-04-29 18:54:05 +02:00
|
|
|
|
2020-01-30 21:43:12 +01:00
|
|
|
#### Landing Page
|
2020-09-10 16:29:19 +02:00
|
|
|
![landing-page](/docs/assets/landing-page.png)
|
2018-04-29 18:54:05 +02:00
|
|
|
|
2020-04-24 13:17:55 +02:00
|
|
|
#### Control Page
|
2020-09-10 16:29:19 +02:00
|
|
|
![control](/docs/assets/control.png)
|
2018-04-29 18:54:05 +02:00
|
|
|
|
2020-04-21 14:30:35 +02:00
|
|
|
#### Media Page
|
2020-09-10 16:29:19 +02:00
|
|
|
![media](/docs/assets/media.png)
|
2018-04-29 18:54:05 +02:00
|
|
|
|
2020-04-21 14:38:18 +02:00
|
|
|
#### Media Page / Upload
|
2020-09-10 16:29:19 +02:00
|
|
|
![media-upload](/docs/assets/media-upload.png)
|
2018-04-29 18:54:05 +02:00
|
|
|
|
2020-04-28 20:58:17 +02:00
|
|
|
#### Message Page
|
2020-09-10 16:29:19 +02:00
|
|
|
![message](/docs/assets/message.png)
|
2018-04-29 18:54:05 +02:00
|
|
|
|
2020-04-28 20:58:17 +02:00
|
|
|
#### Logging Page
|
2020-09-10 16:29:19 +02:00
|
|
|
![logging](/docs/assets/logging.png)
|
2018-04-29 18:54:05 +02:00
|
|
|
|
2020-04-21 14:38:18 +02:00
|
|
|
#### Configuration Page / GUI
|
2020-09-10 16:29:19 +02:00
|
|
|
![config-gui](/docs/assets/config-gui.png)
|