Hyperdeck "interface" for CasparCG to enable integration in BMD ATEM switchers.
This project abstracts certain features of CasparCG inside an interface following the BMD Hyperdeck protocol specification.
Therefore CasparCG can be controlled from within an BMD ATEM video switcher.
Currently there are two applications:
- a simple "clip server" providing access to video files inside the media folder of CasparCG
- a "template server" loading, playing and stoping templates with data from a CSV file
- Checkout all submodules (
git submodule init && git submodule update) - Change to
libs/node-oscand runnpm install - Change to
libs/casparcg-connectionand runnpm installandnpm run build:main - Change back to base directory of the project and run
npm install - Run
npm run build-win32to create two.exefiles for the two applications (inbin/)