ffplayout/README.md

37 lines
921 B
Markdown
Raw Normal View History

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).
For a better understanding about the functionality, take a look to the screenshots below.
2018-04-29 18:54:05 +02:00
2020-06-28 18:32:40 +02:00
You can install it on a fresh debian/centos minimal like system with running `./install.sh` as root.
2018-04-29 18:54:05 +02:00
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
![login](/assets/login.png)
2018-04-29 18:54:05 +02:00
2020-01-30 21:43:12 +01:00
#### Landing Page
![landing-page](/assets/landing-page.png)
2018-04-29 18:54:05 +02:00
2020-04-24 13:17:55 +02:00
#### Control Page
![control](/assets/control.png)
2018-04-29 18:54:05 +02:00
2020-04-21 14:30:35 +02:00
#### Media Page
![media](/assets/media.png)
2018-04-29 18:54:05 +02:00
2020-04-21 14:38:18 +02:00
#### Media Page / Upload
![media-upload](/assets/media-upload.png)
2018-04-29 18:54:05 +02:00
2020-04-28 20:58:17 +02:00
#### Message Page
![message](/assets/message.png)
2018-04-29 18:54:05 +02:00
2020-04-28 20:58:17 +02:00
#### Logging Page
![logging](/assets/logging.png)
2018-04-29 18:54:05 +02:00
2020-04-21 14:38:18 +02:00
#### Configuration Page / GUI
![config-gui](/assets/config-gui.png)