ffplayout/README.md

44 lines
1.1 KiB
Markdown
Raw Normal View History

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