Amazon Interactive Video Service · Schema
VideoConfiguration
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.
Live StreamingMediaVideoReal-Time
Properties
| Name | Type | Description |
|---|---|---|
| avcLevel | object | |
| avcProfile | object | |
| codec | object | |
| encoder | object | |
| targetBitrate | object | |
| targetFramerate | object | |
| videoHeight | object | |
| videoWidth | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-interactive-video-service/refs/heads/main/json-schema/ivs-video-configuration-schema.json",
"title": "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 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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/ivs-video-configuration"
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 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.