Amazon MediaLive · JSON Structure

Medialive Api Hls Basic Put Settings Structure

Hls Basic Put Settings

Type: object Properties: 4
BroadcastingMedia ProcessingMedia

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

Properties

ConnectionRetryInterval FilecacheDuration NumRetries RestartDelay

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-hls-basic-put-settings-structure.json",
  "name": "HlsBasicPutSettings",
  "type": "object",
  "description": "Hls Basic Put Settings",
  "properties": {
    "ConnectionRetryInterval": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0"
        },
        {
          "xml": {
            "name": "connectionRetryInterval"
          },
          "description": "Number of seconds to wait before retrying connection to the CDN if the connection is lost."
        }
      ]
    },
    "FilecacheDuration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0Max600"
        },
        {
          "xml": {
            "name": "filecacheDuration"
          },
          "description": "Size in seconds of file cache for streaming outputs."
        }
      ]
    },
    "NumRetries": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0"
        },
        {
          "xml": {
            "name": "numRetries"
          },
          "description": "Number of retry attempts that will be made before the Live Event is put into an error state. Applies only if the CDN destination URI begins with \"s3\" or \"mediastore\". For other URIs, the value is always 3."
        }
      ]
    },
    "RestartDelay": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0Max15"
        },
        {
          "xml": {
            "name": "restartDelay"
          },
          "description": "If a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart."
        }
      ]
    }
  }
}