Amazon MediaLive · Schema

UdpGroupSettings

Udp Group Settings

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
InputLossAction object
TimedMetadataId3Frame object
TimedMetadataId3Period object
View JSON Schema on GitHub

JSON Schema

medialive-api-udp-group-settings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-schema/medialive-api-udp-group-settings-schema.json",
  "title": "UdpGroupSettings",
  "description": "Udp Group Settings",
  "type": "object",
  "properties": {
    "InputLossAction": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InputLossActionForUdpOut"
        },
        {
          "xml": {
            "name": "inputLossAction"
          },
          "description": "Specifies behavior of last resort when input video is lost, and no more backup inputs are available. When dropTs is selected the entire transport stream will stop being emitted.  When dropProgram is selected the program can be dropped from the transport stream (and replaced with null packets to meet the TS bitrate requirement).  Or, when emitProgram is chosen the transport stream will continue to be produced normally with repeat frames, black frames, or slate frames substituted for the absent input video."
        }
      ]
    },
    "TimedMetadataId3Frame": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UdpTimedMetadataId3Frame"
        },
        {
          "xml": {
            "name": "timedMetadataId3Frame"
          },
          "description": "Indicates ID3 frame that has the timecode."
        }
      ]
    },
    "TimedMetadataId3Period": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0"
        },
        {
          "xml": {
            "name": "timedMetadataId3Period"
          },
          "description": "Timed Metadata interval in seconds."
        }
      ]
    }
  }
}