Go to file
2023-08-06 23:27:10 +02:00
.github Update issue templates 2021-04-19 16:43:03 +02:00
assets migrate to nuxtjs v3 and bootstrap 5 2023-01-11 10:54:25 +01:00
components watch channel change on player page, ffplayout#351 2023-07-14 13:45:48 +02:00
composables return url with, fix ffplayout#336 2023-06-26 08:26:03 +02:00
docs migrate to nuxtjs v3 and bootstrap 5 2023-01-11 10:54:25 +01:00
layouts watch channel change on player page, ffplayout#351 2023-07-14 13:45:48 +02:00
middleware migrate to nuxtjs v3 and bootstrap 5 2023-01-11 10:54:25 +01:00
pages correct preview path, fix #104 2023-08-06 23:27:10 +02:00
plugins fix type errors 2023-06-28 11:01:17 +02:00
public remove folder from tracking 2023-02-02 12:28:19 +01:00
stores always load config new 2023-07-26 21:21:19 +02:00
types fix empty audio input value, add audio only support 2023-02-02 09:53:26 +01:00
.gitignore ignore folder 2023-02-02 12:28:20 +01:00
LICENSE Initial commit 2018-04-29 18:24:46 +02:00
nuxt.config.ts hide chunk size warning 2023-05-31 22:54:34 +02:00
package-lock.json change type, fix #103 2023-08-06 21:18:54 +02:00
package.json change type, fix #103 2023-08-06 21:18:54 +02:00
README.md Update README.md 2023-06-02 05:48:34 +00:00
tsconfig.json migrate to nuxtjs v3 and bootstrap 5 2023-01-11 10:54:25 +01:00

ffplayout-frontend

This web application is used to manage the ffplayout.

The interface is mostly designed for 24/7 streaming. Other scenarios like streaming in folder mode or playlists with no start time will work but will not be displayed correctly.

For a better understanding of the functionality, take a look at the screenshots below.

Read the install.md for manual installation.

Login

login

Landing Page

landing

Control Page

player

Media Page

media

Message Page

message

Logging Page

logging

Configuration Page

config-gui