Go to file
2023-04-09 22:28:57 +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 mark and scroll to currenct clip, show when ingest is running 2023-04-09 22:28:57 +02:00
composables fix substring 2023-02-02 10:05:41 +01:00
docs migrate to nuxtjs v3 and bootstrap 5 2023-01-11 10:54:25 +01:00
layouts migrate to nuxtjs v3 and bootstrap 5 2023-01-11 10:54:25 +01:00
middleware migrate to nuxtjs v3 and bootstrap 5 2023-01-11 10:54:25 +01:00
pages mark and scroll to currenct clip, show when ingest is running 2023-04-09 22:28:57 +02:00
plugins fix api routes, dayjs plugin and type errors 2023-01-11 13:41:22 +01:00
public remove folder from tracking 2023-02-02 12:28:19 +01:00
stores mark and scroll to currenct clip, show when ingest is running 2023-04-09 22:28:57 +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 fix api routes, dayjs plugin and type errors 2023-01-11 13:41:22 +01:00
package-lock.json mark and scroll to currenct clip, show when ingest is running 2023-04-09 22:28:57 +02:00
package.json mark and scroll to currenct clip, show when ingest is running 2023-04-09 22:28:57 +02:00
README.md Update README.md 2023-01-23 20:10:08 +01:00
tsconfig.json migrate to nuxtjs v3 and bootstrap 5 2023-01-11 10:54:25 +01:00

ffplayout-frontend


Waring: The frontend uses bootstrap 5.3 Alpha and for that is not production ready!

Use nuxt2-v5.1.0 branch, if you need a production ready version.


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