-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
{
"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.
Metadata
Metadata
Assignees
Labels
No labels