Amazon MediaLive · JSON Structure

Medialive Api Output Group Settings Structure

Output Group Settings

Type: object Properties: 8
BroadcastingMedia ProcessingMedia

OutputGroupSettings is a JSON Structure definition published by Amazon MediaLive, describing 8 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ArchiveGroupSettings FrameCaptureGroupSettings HlsGroupSettings MediaPackageGroupSettings MsSmoothGroupSettings MultiplexGroupSettings RtmpGroupSettings UdpGroupSettings

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-structure/medialive-api-output-group-settings-structure.json",
  "name": "OutputGroupSettings",
  "type": "object",
  "description": "Output Group Settings",
  "properties": {
    "ArchiveGroupSettings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ArchiveGroupSettings"
        },
        {
          "xml": {
            "name": "archiveGroupSettings"
          }
        }
      ]
    },
    "FrameCaptureGroupSettings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FrameCaptureGroupSettings"
        },
        {
          "xml": {
            "name": "frameCaptureGroupSettings"
          }
        }
      ]
    },
    "HlsGroupSettings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/HlsGroupSettings"
        },
        {
          "xml": {
            "name": "hlsGroupSettings"
          }
        }
      ]
    },
    "MediaPackageGroupSettings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MediaPackageGroupSettings"
        },
        {
          "xml": {
            "name": "mediaPackageGroupSettings"
          }
        }
      ]
    },
    "MsSmoothGroupSettings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MsSmoothGroupSettings"
        },
        {
          "xml": {
            "name": "msSmoothGroupSettings"
          }
        }
      ]
    },
    "MultiplexGroupSettings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MultiplexGroupSettings"
        },
        {
          "xml": {
            "name": "multiplexGroupSettings"
          }
        }
      ]
    },
    "RtmpGroupSettings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RtmpGroupSettings"
        },
        {
          "xml": {
            "name": "rtmpGroupSettings"
          }
        }
      ]
    },
    "UdpGroupSettings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UdpGroupSettings"
        },
        {
          "xml": {
            "name": "udpGroupSettings"
          }
        }
      ]
    }
  }
}