.. | ||
assets | ||
components | ||
composables | ||
i18n/locales | ||
layouts | ||
middleware | ||
pages | ||
plugins | ||
public | ||
stores | ||
types | ||
app.vue | ||
error.vue | ||
eslint.config.mjs | ||
nuxt.config.ts | ||
package-lock.json | ||
package.json | ||
README.md | ||
tailwind.config.ts | ||
tsconfig.json |
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
System Dashboard
Control Page
Media Page
Message Page
Logging Page
Configuration Page
Setup
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoist
Development Server
Start the development server on http://localhost:3000
npm run dev
Production
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Check out the deployment documentation for more information.