A Stream Deck plugin for controlling Blackmagic Design ATEM video switchers.
Control your ATEM switcher from Stream Deck with Cut action support. The plugin automatically manages connections and supports multiple Mix Effects (ME 1-4).
- Clone and install dependencies:
git clone https://github.com/FlowingSPDG/streamdeck-atem-nodejs.git
cd streamdeck-atem-nodejs
npm install- Build and link:
npm run build
streamdeck link dev.flowingspdg.atemnodejsAdd the Cut action to your Stream Deck and configure:
- ATEM IP address (e.g., 192.168.10.240)
- Mix Effect (ME 1-4)
- Connection status display (optional)
Build once:
npm run buildWatch mode (auto-rebuild on changes):
npm run watchDebug at http://localhost:23654/ when in dev mode.
MIT License