Amazon MediaLive · Schema

M3u8Settings

Settings information for the .m3u8 container

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
AudioFramesPerPes object
AudioPids object
EcmPid object
NielsenId3Behavior object
PatInterval object
PcrControl object
PcrPeriod object
PcrPid object
PmtInterval object
PmtPid object
ProgramNum object
Scte35Behavior object
Scte35Pid object
TimedMetadataBehavior object
TimedMetadataPid object
TransportStreamId object
VideoPid object
View JSON Schema on GitHub

JSON Schema

medialive-api-m3u8-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-m3u8-settings-schema.json",
  "title": "M3u8Settings",
  "description": "Settings information for the .m3u8 container",
  "type": "object",
  "properties": {
    "AudioFramesPerPes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0"
        },
        {
          "xml": {
            "name": "audioFramesPerPes"
          },
          "description": "The number of audio frames to insert for each PES packet."
        }
      ]
    },
    "AudioPids": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "audioPids"
          },
          "description": "Packet Identifier (PID) of the elementary audio stream(s) in the transport stream. Multiple values are accepted, and can be entered in ranges and/or by comma separation. Can be entered as decimal or hexadecimal values."
        }
      ]
    },
    "EcmPid": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "ecmPid"
          },
          "description": "This parameter is unused and deprecated."
        }
      ]
    },
    "NielsenId3Behavior": {
      "allOf": [
        {
          "$ref": "#/components/schemas/M3u8NielsenId3Behavior"
        },
        {
          "xml": {
            "name": "nielsenId3Behavior"
          },
          "description": "If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output."
        }
      ]
    },
    "PatInterval": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0Max1000"
        },
        {
          "xml": {
            "name": "patInterval"
          },
          "description": "The number of milliseconds between instances of this table in the output transport stream. A value of \\\"0\\\" writes out the PMT once per segment file."
        }
      ]
    },
    "PcrControl": {
      "allOf": [
        {
          "$ref": "#/components/schemas/M3u8PcrControl"
        },
        {
          "xml": {
            "name": "pcrControl"
          },
          "description": "When set to pcrEveryPesPacket, a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header. This parameter is effective only when the PCR PID is the same as the video or audio elementary stream."
        }
      ]
    },
    "PcrPeriod": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0Max500"
        },
        {
          "xml": {
            "name": "pcrPeriod"
          },
          "description": "Maximum time in milliseconds between Program Clock References (PCRs) inserted into the transport stream."
        }
      ]
    },
    "PcrPid": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "pcrPid"
          },
          "description": "Packet Identifier (PID) of the Program Clock Reference (PCR) in the transport stream. When no value is given, the encoder will assign the same value as the Video PID. Can be entered as a decimal or hexadecimal value."
        }
      ]
    },
    "PmtInterval": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0Max1000"
        },
        {
          "xml": {
            "name": "pmtInterval"
          },
          "description": "The number of milliseconds between instances of this table in the output transport stream. A value of \\\"0\\\" writes out the PMT once per segment file."
        }
      ]
    },
    "PmtPid": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "pmtPid"
          },
          "description": "Packet Identifier (PID) for the Program Map Table (PMT) in the transport stream. Can be entered as a decimal or hexadecimal value."
        }
      ]
    },
    "ProgramNum": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0Max65535"
        },
        {
          "xml": {
            "name": "programNum"
          },
          "description": "The value of the program number field in the Program Map Table."
        }
      ]
    },
    "Scte35Behavior": {
      "allOf": [
        {
          "$ref": "#/components/schemas/M3u8Scte35Behavior"
        },
        {
          "xml": {
            "name": "scte35Behavior"
          },
          "description": "If set to passthrough, passes any SCTE-35 signals from the input source to this output."
        }
      ]
    },
    "Scte35Pid": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "scte35Pid"
          },
          "description": "Packet Identifier (PID) of the SCTE-35 stream in the transport stream. Can be entered as a decimal or hexadecimal value."
        }
      ]
    },
    "TimedMetadataBehavior": {
      "allOf": [
        {
          "$ref": "#/components/schemas/M3u8TimedMetadataBehavior"
        },
        {
          "xml": {
            "name": "timedMetadataBehavior"
          },
          "description": "When set to passthrough, timed metadata is passed through from input to output."
        }
      ]
    },
    "TimedMetadataPid": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "timedMetadataPid"
          },
          "description": "Packet Identifier (PID) of the timed metadata stream in the transport stream. Can be entered as a decimal or hexadecimal value.  Valid values are 32 (or 0x20)..8182 (or 0x1ff6)."
        }
      ]
    },
    "TransportStreamId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0Max65535"
        },
        {
          "xml": {
            "name": "transportStreamId"
          },
          "description": "The value of the transport stream ID field in the Program Map Table."
        }
      ]
    },
    "VideoPid": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "videoPid"
          },
          "description": "Packet Identifier (PID) of the elementary video stream in the transport stream. Can be entered as a decimal or hexadecimal value."
        }
      ]
    }
  }
}

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-m3u8-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.