A template renderer for CasparCG HTML Templates
Each new window represents its own channel, this allows for running multiple renderers simultaneously. Simply open a new window to create a new channel.
This app implements parts of the AMCP protocol from CasparCG.
See the full documentation here.
Command | Description |
---|---|
CG ADD |
Load a template |
CG PLAY |
Play a template |
CG STOP |
Stop a template |
CG UPDATE |
Send data to a template without encouraging a specific action |
CLEAR |
Clear the current viewport |
Additional runtime arguments can be added when opening the app using the terminal.
Example
open -a Rendeer --args --url https://example.com --width 1280 --height 720 --amcp-port 5250
Command | Description | Default |
---|---|---|
url |
The initial url to open | none |
width |
The renderer-width of the viewport, this does not affect the size of the actual window | 1920 |
height |
The renderer-height of the viewport, this does not affect the size of the actual window | 1080 |
amcp-port |
A port number on which to listen for AMCP | 5250 |
GPL v3