Go to file
2020-12-30 22:08:21 +01:00
.github Create FUNDING.yml 2019-12-12 11:52:28 +01:00
assets float right 2020-12-30 22:08:21 +01:00
components work on channel support - add new channel, select channel in menu 2020-12-29 22:01:15 +01:00
docs Update ffplayout.conf 2020-10-22 09:57:25 +02:00
layouts out source the api to separate project 2020-09-10 16:29:19 +02:00
middleware out source the api to separate project 2020-09-10 16:29:19 +02:00
pages work on channel support - add new channel, select channel in menu 2020-12-29 22:01:15 +01:00
plugins updates 2020-12-03 17:14:02 +01:00
static out source the api to separate project 2020-09-10 16:29:19 +02:00
store work on channel support - add new channel, select channel in menu 2020-12-29 22:01:15 +01:00
.editorconfig out source the api to separate project 2020-09-10 16:29:19 +02:00
.eslintrc.js out source the api to separate project 2020-09-10 16:29:19 +02:00
.gitignore add playlist to ingore 2020-09-25 14:49:15 +02:00
install.sh change hls domain 2020-09-15 09:44:56 +02:00
LICENSE Initial commit 2018-04-29 18:24:46 +02:00
nuxt.config.js Update nuxt.config.js 2020-09-11 12:56:07 +02:00
package-lock.json updates 2020-12-29 13:36:07 +01:00
package.json updates 2020-12-29 13:36:07 +01:00
README.md update readme 2020-09-23 09:55:00 +02:00

ffplayout-frontend

This web GUI is for managing ffplayout-engine and it depend on ffplayout-api.

For a better understanding about the functionality, take a look to the screenshots below. The Interface is mostly made for 24/7 streaming. Other scenarios like streaming in folder mode or playlists with no starting time will work, but is not shown correctly.

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 for manual installation.

After installations you have to setup ssl for your https connections.

Some Impressions:

Login

login

Landing Page

landing-page

Control Page

control

Media Page

media

Media Page / Upload

media-upload

Message Page

message

Logging Page

logging

Configuration Page / GUI

config-gui