Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Category #14

Open
didikunz opened this issue Oct 28, 2022 · 1 comment
Open

Category #14

didikunz opened this issue Oct 28, 2022 · 1 comment

Comments

@didikunz
Copy link

{
  "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.

@nytamin
Copy link
Member

nytamin commented Nov 4, 2022

I agree with this!
I suggest that we name such a thing "layerName" or similar, to emphasize that it is tied to a certain layer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants