Amazon MediaConnect · JSON Structure

Mediaconnect Api Media Stream Structure

A single track or stream of media that contains video, audio, or ancillary data. After you add a media stream to a flow, you can associate it with sources and outputs on that flow, as long as they use the CDI protocol or the ST 2110 JPEG XS protocol. Each source or output can consist of one or many media streams.

Type: object Properties: 8 Required: 4
BroadcastingLive VideoMediaMedia Transport

MediaStream is a JSON Structure definition published by Amazon MediaConnect, describing 8 properties, of which 4 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Attributes ClockRate Description Fmt MediaStreamId MediaStreamName MediaStreamType VideoFormat

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-mediaconnect/refs/heads/main/json-structure/mediaconnect-api-media-stream-structure.json",
  "name": "MediaStream",
  "type": "object",
  "description": "A single track or stream of media that contains video, audio, or ancillary data. After you add a media stream to a flow, you can associate it with sources and outputs on that flow, as long as they use the CDI protocol or the ST 2110 JPEG XS protocol. Each source or output can consist of one or many media streams.",
  "properties": {
    "Attributes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MediaStreamAttributes"
        },
        {
          "xml": {
            "name": "attributes"
          },
          "description": "Attributes that are related to the media stream."
        }
      ]
    },
    "ClockRate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integer"
        },
        {
          "xml": {
            "name": "clockRate"
          },
          "description": "The sample rate for the stream. This value is measured in Hz."
        }
      ]
    },
    "Description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "description"
          },
          "description": "A description that can help you quickly identify what your media stream is used for."
        }
      ]
    },
    "Fmt": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integer"
        },
        {
          "xml": {
            "name": "fmt"
          },
          "description": "The format type number (sometimes referred to as RTP payload type) of the media stream. MediaConnect assigns this value to the media stream. For ST 2110 JPEG XS outputs, you need to provide this value to the receiver."
        }
      ]
    },
    "MediaStreamId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integer"
        },
        {
          "xml": {
            "name": "mediaStreamId"
          },
          "description": "A unique identifier for the media stream."
        }
      ]
    },
    "MediaStreamName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "mediaStreamName"
          },
          "description": "A name that helps you distinguish one media stream from another."
        }
      ]
    },
    "MediaStreamType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MediaStreamType"
        },
        {
          "xml": {
            "name": "mediaStreamType"
          },
          "description": "The type of media stream."
        }
      ]
    },
    "VideoFormat": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "videoFormat"
          },
          "description": "The resolution of the video."
        }
      ]
    }
  },
  "required": [
    "MediaStreamType",
    "MediaStreamId",
    "MediaStreamName",
    "Fmt"
  ]
}

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/mediaconnect-api-media-stream-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.