Amazon MediaLive · JSON Structure

Medialive Api Hls Input Settings Structure

Hls Input Settings

Type: object Properties: 5
BroadcastingMedia ProcessingMedia

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

Properties

Bandwidth BufferSegments Retries RetryInterval Scte35Source

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-input-settings-structure.json",
  "name": "HlsInputSettings",
  "type": "object",
  "description": "Hls Input Settings",
  "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 Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/medialive-api-hls-input-settings-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.