HTML & JavaScript Based Graphics Generator
This is a minimal implementation of an HTML compatible graphics generator for livestreaming use. A work in progress, but usable.
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.
New in This Version
- General UI Improvements & Bug Fixes
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.