ffplayout/README.md

41 lines
1.0 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).
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
![login](/assets/login.png)
2018-04-29 12:54:05 -04:00
2020-01-30 15:43:12 -05:00
#### Landing Page
![landing-page](/assets/landing-page.png)
2018-04-29 12:54:05 -04:00
2020-04-24 07:17:55 -04:00
#### Control Page
![control](/assets/control.png)
2018-04-29 12:54:05 -04:00
2020-04-21 08:30:35 -04:00
#### Media Page
![media](/assets/media.png)
2018-04-29 12:54:05 -04:00
2020-04-21 08:38:18 -04:00
#### Media Page / Upload
![media-upload](/assets/media-upload.png)
2018-04-29 12:54:05 -04:00
2020-04-28 14:58:17 -04:00
#### Message Page
![message](/assets/message.png)
2018-04-29 12:54:05 -04:00
2020-04-28 14:58:17 -04:00
#### Logging Page
![logging](/assets/logging.png)
2018-04-29 12:54:05 -04:00
2020-04-21 08:38:18 -04:00
#### Configuration Page / GUI
![config-gui](/assets/config-gui.png)