1.3.0 • Published 3 years ago

video-console-client v1.3.0

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
3 years ago

Video Console Client

Part of the video processing apps. See also the following projects:

  • Video Processing Common
  • Video Publisher
  • Video Splitter
  • Video Transcoder
  • Video Uploader
  • Video Updater
  • Video Error
  • Video Fetch'n Store

And also third party video importers:

  • Video ITN
  • Video PA
  • Video Cover

Overview

The Video Console is a tool to monitor video processing. It uses the events written to MongoDB by the video processing apps. It provides the following information about videos being processed:

  • Processing status
  • Processing speed (broken down per step/stage)
  • Preview
  • Duration
  • Rendition information
  • Metadata (headline, author...)
  • Stats

Dependencies

  • Node 16
  • Video Console API

Building and running

To run, install the dependencies via yarn install, build the project via yarn build and then start the server via yarn start.

Deploying and releasing

This project uses Deploy Tools so check out mol-config project for details about its config and deployment.