You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2026. It is now read-only.
{
"gddPlayoutOptions": {
"playout" {
"casparcg": {
/** The default server to play on (an IP-address or a hostname). */
"serverHost"?: string
/** The default server to play on. */
"serverPort"?: number
/** The default / suggested channel to play on */
"channel"?: number
/** The default / suggested layer to play on */
"layer"?: number
},
}
}
}
Beside or instead the suggested layer we also could add a "category" that could be a string, that denotes the layer in an abstracted way. For instance "LT". "LowerThird" etc. could tell the system to play the template on a defined layer, while "Bug" would be another layer. That would let a client to define these layer internally the way it needs it, and frees the template author of the need to know these details.