Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 772 Bytes

README.md

File metadata and controls

32 lines (28 loc) · 772 Bytes

Description

  • Opencast automatic video recording ingestion service. Currently supported video automatic recording uploads from:

Pre-requisites

You will need to add workflows (In workflow directory) to your opencast configuration to support multiple video combining

Installation and running the application

Clone repository

$ git clone https://github.com/Lyx52/media-ingestion-service.git

Copy and configure config.yaml according to your needs

$ cp config_sample.yaml config.yaml

Install npm packages

$ npm ci

Start application

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod