Go to file
2024-04-15 21:19:45 +02:00
.github/ISSUE_TEMPLATE Delete .github/FUNDING.yml 2023-11-01 17:42:22 +00:00
assets finish generator, cleanup css, add date picker, style alert, add shadow to elements 2024-04-09 15:45:17 +02:00
components translate: player, media, logging 2024-04-14 00:01:45 +02:00
composables implement file move, fix ffplayout#440 2024-04-07 23:27:52 +02:00
docs update version and screenshots 2024-04-09 16:28:02 +02:00
lang translate: player, media, logging 2024-04-14 00:01:45 +02:00
layouts fix condition 2024-04-11 21:45:35 +02:00
middleware start multi language support 2024-04-11 21:34:03 +02:00
pages cleanup, get import response message 2024-04-15 21:19:45 +02:00
plugins translate: player, media, logging 2024-04-14 00:01:45 +02:00
public remove folder from tracking 2023-02-02 12:28:19 +01:00
stores reorder dependencies, change animation, unique uid when repeat playlist, reactive error message lang 2024-04-15 20:18:35 +02:00
types implement file move, fix ffplayout#440 2024-04-07 23:27:52 +02:00
.gitignore cleanup 2024-02-09 11:21:52 +01:00
app.vue fix close alert, ffplayout#535 2024-02-16 12:06:15 +01:00
error.vue start multi language support 2024-04-11 21:34:03 +02:00
eslint.config.mjs colorize drag&drop, table sticky header, change media browser to table style, switch to nuxt/eslint 2024-04-15 17:08:44 +02:00
LICENSE Initial commit 2018-04-29 18:24:46 +02:00
nuxt.config.ts colorize drag&drop, table sticky header, change media browser to table style, switch to nuxt/eslint 2024-04-15 17:08:44 +02:00
package-lock.json reorder dependencies, change animation, unique uid when repeat playlist, reactive error message lang 2024-04-15 20:18:35 +02:00
package.json reorder dependencies, change animation, unique uid when repeat playlist, reactive error message lang 2024-04-15 20:18:35 +02:00
README.md update version and screenshots 2024-04-09 16:28:02 +02:00
tailwind.config.ts dark/light logging colors 2024-04-15 17:39:41 +02: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.

Login

login

System Dashboard

login

Control Page

player

Media Page

media

Message Page

message

Logging Page

logging

Configuration Page

config-gui