This web application can be used to control Blackmagic Videohub devices. It makes managing multiple videohubs easy. You can also create mutliple users with their own roles and permissions.
- NodeJS v.20+
- MySQL database
- Clone this repository.
- Execute
npm i - Rename
.env eampleto.envand configure the properties. - Execute
npm run buildto build the application. - Execute
npm run startto start the webserver.