Ivs Video Configuration Structure

Object specifying a stream’s video configuration, as set up by the broadcaster (usually in an encoder). This is part of the IngestConfiguration object and used for monitoring stream health.

Type: object Properties: 8
Live StreamingMediaVideoReal-Time

VideoConfiguration is a JSON Structure definition published by Amazon Interactive Video Service, describing 8 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

avcLevel avcProfile codec encoder targetBitrate targetFramerate videoHeight videoWidth

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-interactive-video-service/refs/heads/main/json-structure/ivs-video-configuration-structure.json",
  "name": "VideoConfiguration",
  "description": "Object specifying a stream\u2019s video configuration, as set up by the broadcaster (usually in an encoder). This is part of the <a>IngestConfiguration</a> object and used for monitoring stream health.",
  "type": "object",
  "properties": {
    "avcLevel": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "Indicates the degree of required decoder performance for a profile. Normally this is set automatically by the encoder. For details, see the H.264 specification."
        }
      ]
    },
    "avcProfile": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "Indicates to the decoder the requirements for decoding the stream. For definitions of the valid values, see the H.264 specification."
        }
      ]
    },
    "codec": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "Codec used for the video encoding."
        }
      ]
    },
    "encoder": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "Software or hardware used to encode the video."
        }
      ]
    },
    "targetBitrate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Integer"
        },
        {
          "description": "The expected ingest bitrate (bits per second). This is configured in the encoder."
        }
      ]
    },
    "targetFramerate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Integer"
        },
        {
          "description": "The expected ingest framerate. This is configured in the encoder."
        }
      ]
    },
    "videoHeight": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Integer"
        },
        {
          "description": "Video-resolution height in pixels."
        }
      ]
    },
    "videoWidth": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Integer"
        },
        {
          "description": "Video-resolution width in pixels."
        }
      ]
    }
  }
}

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/ivs-video-configuration-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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