All Projects → peschuster → casparcg-hyperdeck

peschuster / casparcg-hyperdeck

Licence: MIT license
Hyperdeck "interface" for CasparCG to enable integration in BMD ATEM switchers.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to casparcg-hyperdeck

atem-tally
Node.js ATEM tally interface built to run on a Raspberry Pi over XLR cables
Stars: ✭ 18 (-30.77%)
Mutual labels:  atem, atem-switcher
folderplayout
CasparCG client for scheduled recurring playback of a playlist.
Stars: ✭ 46 (+76.92%)
Mutual labels:  atem, casparcg
LibAtem
Blackmagic Atem client for .Net Core
Stars: ✭ 45 (+73.08%)
Mutual labels:  atem
wifi-tally
An affordable and reliable Tally Light that works via WiFi based on NodeMCU / ESP8266. Supports multiple video mixers.
Stars: ✭ 66 (+153.85%)
Mutual labels:  atem
nebula
Media asset management and broadcast automation system
Stars: ✭ 103 (+296.15%)
Mutual labels:  casparcg
media-scanner
A service used with CasparCG Server software for scanning media located on the server. Queried with query and thumbnail commands through CasparCG Server using AMCP.
Stars: ✭ 25 (-3.85%)
Mutual labels:  casparcg
SPX-GC
SPX is a graphics control client for live video productions and live streams using CasparCG, OBS, vMix, or similar software.
Stars: ✭ 178 (+584.62%)
Mutual labels:  casparcg
sofie-casparcg-launcher
Sofie: The Modern TV News Studio Automation System (launcher for the CasparCG Server process)
Stars: ✭ 18 (-30.77%)
Mutual labels:  casparcg
help
File an issue here if you need help with CasparCG by the community-led support 👍
Stars: ✭ 64 (+146.15%)
Mutual labels:  casparcg
dynamic-marquee
A small library for creating marquees.
Stars: ✭ 64 (+146.15%)
Mutual labels:  casparcg

casparcg-hyperdeck

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.

Notes

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

Building

  1. Checkout all submodules (git submodule init && git submodule update)
  2. Change to libs/node-osc and run npm install
  3. Change to libs/casparcg-connection and run npm install and npm run build:main
  4. Change back to base directory of the project and run npm install
  5. Run npm run build-win32 to create two .exe files for the two applications (in bin/)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].