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 eample
to.env
and configure the properties. - Execute
npm run build
to build the application. - Execute
npm run start
to start the webserver.