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
{
"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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: