44 lines
1.1 KiB
Markdown
44 lines
1.1 KiB
Markdown
ffplayout-gui
|
|
=====
|
|
|
|
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).
|
|
|
|
For a better understanding about the functionality, take a look to the screenshots below.
|
|
|
|
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.**
|
|
|
|
Updating is also possible with: `./install.sh update`
|
|
|
|
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:
|
|
#### Login
|
|
![login](/docs/assets/login.png)
|
|
|
|
#### Landing Page
|
|
![landing-page](/docs/assets/landing-page.png)
|
|
|
|
#### Control Page
|
|
![control](/docs/assets/control.png)
|
|
|
|
#### Media Page
|
|
![media](/docs/assets/media.png)
|
|
|
|
#### Media Page / Upload
|
|
![media-upload](/docs/assets/media-upload.png)
|
|
|
|
#### Message Page
|
|
![message](/docs/assets/message.png)
|
|
|
|
#### Logging Page
|
|
![logging](/docs/assets/logging.png)
|
|
|
|
#### Configuration Page / GUI
|
|
![config-gui](/docs/assets/config-gui.png)
|