- Opencast automatic video recording ingestion service. Currently supported video automatic recording uploads from:
- Epiphan
- PlugNMeet
You will need to add workflows (In workflow directory) to your opencast configuration to support multiple video combining
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