INPUT_OBJECT

BroadcastMediaCasterInput

A MediaCaster intput definition.

link GraphQL Schema definition

  • input BroadcastMediaCasterInput {
  • # The MediaCaster type. Valid values: rtp, liverepeater, applehls, mpegtstcp
  • mediaCasterType: String
  • # The MediaCaster stream information. Set this to the source URL or valid
  • # MediaCaster JSON that describes the source stream.
  • mediaCasterStreamInfo: String
  • }

link Require by