Amazon MediaLive · Schema

HlsInputSettings

Hls Input Settings

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
Bandwidth object
BufferSegments object
Retries object
RetryInterval object
Scte35Source object
View JSON Schema on GitHub

JSON Schema

medialive-api-hls-input-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-hls-input-settings-schema.json",
  "title": "HlsInputSettings",
  "description": "Hls Input Settings",
  "type": "object",
  "properties": {
    "Bandwidth": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0"
        },
        {
          "xml": {
            "name": "bandwidth"
          },
          "description": "When specified the HLS stream with the m3u8 BANDWIDTH that most closely matches this value will be chosen, otherwise the highest bandwidth stream in the m3u8 will be chosen.  The bitrate is specified in bits per second, as in an HLS manifest."
        }
      ]
    },
    "BufferSegments": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0"
        },
        {
          "xml": {
            "name": "bufferSegments"
          },
          "description": "When specified, reading of the HLS input will begin this many buffer segments from the end (most recently written segment).  When not specified, the HLS input will begin with the first segment specified in the m3u8."
        }
      ]
    },
    "Retries": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0"
        },
        {
          "xml": {
            "name": "retries"
          },
          "description": "The number of consecutive times that attempts to read a manifest or segment must fail before the input is considered unavailable."
        }
      ]
    },
    "RetryInterval": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0"
        },
        {
          "xml": {
            "name": "retryInterval"
          },
          "description": "The number of seconds between retries when an attempt to read a manifest or segment fails."
        }
      ]
    },
    "Scte35Source": {
      "allOf": [
        {
          "$ref": "#/components/schemas/HlsScte35SourceType"
        },
        {
          "xml": {
            "name": "scte35Source"
          },
          "description": "Identifies the source for the SCTE-35 messages that MediaLive will ingest. Messages can be ingested from the content segments (in the stream) or from tags in the playlist (the HLS manifest). MediaLive ignores SCTE-35 information in the source that is not selected."
        }
      ]
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/medialive-api-hls-input-settings"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.