Skip to content

CG Controller v0.3

Compare
Choose a tag to compare
@dv-anomaly dv-anomaly released this 03 May 06:56
· 7 commits to main since this release
9d0536c

HTML & JavaScript Based Graphics Generator

Screenshot

This is a minimal implementation of an HTML compatible graphics generator for livestreaming use. A work in progress, but usable.

Example Output

Supports 3 control channels. Additional resources required for rendering/output are not currently included or documented. The application expects these files to be in [User's Documents]/CG Controller. If you are interested in this project, open an issue, and I'll work on including some sample content.

Example Output

New in This Version

  • File Browser - Images and Video fields use a custom file browser for easier selection.

Screenshot

  • Hotkeys
    • Play In - Spacebar or Enter
    • Change Cue - Up and Down Arrows
    • Play Out Channel - Number Row 1, 2, & 3
    • Copy and Paste Cards - Ctrl + C & Ctrl + V
  • General Bug Fixes and UI Improvements

Roadmap

  • Newtek NDI Support - Currently requires Chromium based Browser Source support in your streaming solution. Tested With vMix, and OBS + Browser Plugin.
  • Server/Client Architecture Currently a monolithic architecture with all controller services running on a single host. But can stream to any host on the network over HTML and Websockets on port 1337.
  • Custom Card Templates Currently a static set of cards in software, will allow custom cards to be defined in the HTML template at some point.