Go to file
dependabot[bot] d0e5da18fb
Bump parse-url and @nuxt/telemetry
Bumps [parse-url](https://github.com/IonicaBizau/parse-url) and [@nuxt/telemetry](https://github.com/nuxt/telemetry). These dependencies needed to be updated together.

Updates `parse-url` from 6.0.5 to 8.1.0
- [Release notes](https://github.com/IonicaBizau/parse-url/releases)
- [Commits](https://github.com/IonicaBizau/parse-url/compare/6.0.5...8.1.0)

Updates `@nuxt/telemetry` from 1.3.6 to 1.3.7
- [Release notes](https://github.com/nuxt/telemetry/releases)
- [Changelog](https://github.com/nuxt/telemetry/blob/v1.3.7/CHANGELOG.md)
- [Commits](https://github.com/nuxt/telemetry/compare/v1.3.6...v1.3.7)

---
updated-dependencies:
- dependency-name: parse-url
  dependency-type: indirect
- dependency-name: "@nuxt/telemetry"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-02 18:45:07 +00:00
.github Update issue templates 2021-04-19 16:43:03 +02:00
assets style chrome scrollbar 2022-10-12 20:16:13 +02:00
components fix logout button in menu 2022-09-08 14:12:45 +02:00
docs fix logout button in menu 2022-09-08 14:12:45 +02:00
layouts show save/delete success message 2021-10-31 15:49:21 +01:00
middleware out source the api to separate project 2020-09-10 16:29:19 +02:00
pages add import playlist from text file 2022-10-02 21:41:15 +02:00
plugins remove vue2-perfect-scrollbar 2022-09-07 17:05:47 +02:00
static add live folder for HLS streaming 2022-07-27 10:30:45 +02:00
store fix browser errors, when engine is not running. 2022-09-13 12:50:18 +02:00
.editorconfig out source the api to separate project 2020-09-10 16:29:19 +02:00
.eslintrc.js change api routes and functions to support new API 2022-07-04 18:00:56 +02:00
.gitignore add live folder for HLS streaming 2022-07-27 10:30:45 +02:00
LICENSE Initial commit 2018-04-29 18:24:46 +02:00
nuxt.config.js remove vue2-perfect-scrollbar 2022-09-07 17:05:47 +02:00
package-lock.json Bump parse-url and @nuxt/telemetry 2022-11-02 18:45:07 +00:00
package.json add import playlist from text file 2022-10-02 21:41:15 +02:00
README.md update config and readme 2022-07-06 16:54:41 +02:00

ffplayout-frontend

This web GUI is for managing ffplayout.

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.

For a better understanding about the functionality, take a look to the screenshots below.

Read install.md for manual installation.

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

Some Impressions:

Login

login

Control Page

control

Media Page

media

Media Page / Upload

media-upload

Message Page

message

Logging Page

logging

Configuration Page / GUI

config-gui