Medialive Api Input Settings Structure
Live Event input parameters. There can be multiple inputs in a single Live Event.
InputSettings is a JSON Structure definition published by Amazon MediaLive, describing 11 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-structure/medialive-api-input-settings-structure.json",
"name": "InputSettings",
"type": "object",
"description": "Live Event input parameters. There can be multiple inputs in a single Live Event.",
"properties": {
"AudioSelectors": {
"allOf": [
{
"$ref": "#/components/schemas/__listOfAudioSelector"
},
{
"xml": {
"name": "audioSelectors"
},
"description": "Used to select the audio stream to decode for inputs that have multiple available."
}
]
},
"CaptionSelectors": {
"allOf": [
{
"$ref": "#/components/schemas/__listOfCaptionSelector"
},
{
"xml": {
"name": "captionSelectors"
},
"description": "Used to select the caption input to use for inputs that have multiple available."
}
]
},
"DeblockFilter": {
"allOf": [
{
"$ref": "#/components/schemas/InputDeblockFilter"
},
{
"xml": {
"name": "deblockFilter"
},
"description": "Enable or disable the deblock filter when filtering."
}
]
},
"DenoiseFilter": {
"allOf": [
{
"$ref": "#/components/schemas/InputDenoiseFilter"
},
{
"xml": {
"name": "denoiseFilter"
},
"description": "Enable or disable the denoise filter when filtering."
}
]
},
"FilterStrength": {
"allOf": [
{
"$ref": "#/components/schemas/__integerMin1Max5"
},
{
"xml": {
"name": "filterStrength"
},
"description": "Adjusts the magnitude of filtering from 1 (minimal) to 5 (strongest)."
}
]
},
"InputFilter": {
"allOf": [
{
"$ref": "#/components/schemas/InputFilter"
},
{
"xml": {
"name": "inputFilter"
},
"description": "Turns on the filter for this input. MPEG-2 inputs have the deblocking filter enabled by default.\n1) auto - filtering will be applied depending on input type/quality\n2) disabled - no filtering will be applied to the input\n3) forced - filtering will be applied regardless of input type"
}
]
},
"NetworkInputSettings": {
"allOf": [
{
"$ref": "#/components/schemas/NetworkInputSettings"
},
{
"xml": {
"name": "networkInputSettings"
},
"description": "Input settings."
}
]
},
"Scte35Pid": {
"allOf": [
{
"$ref": "#/components/schemas/__integerMin32Max8191"
},
{
"xml": {
"name": "scte35Pid"
},
"description": "PID from which to read SCTE-35 messages. If left undefined, EML will select the first SCTE-35 PID found in the input."
}
]
},
"Smpte2038DataPreference": {
"allOf": [
{
"$ref": "#/components/schemas/Smpte2038DataPreference"
},
{
"xml": {
"name": "smpte2038DataPreference"
},
"description": "Specifies whether to extract applicable ancillary data from a SMPTE-2038 source in this input. Applicable data types are captions, timecode, AFD, and SCTE-104 messages.\n- PREFER: Extract from SMPTE-2038 if present in this input, otherwise extract from another source (if any).\n- IGNORE: Never extract any ancillary data from SMPTE-2038."
}
]
},
"SourceEndBehavior": {
"allOf": [
{
"$ref": "#/components/schemas/InputSourceEndBehavior"
},
{
"xml": {
"name": "sourceEndBehavior"
},
"description": "Loop input if it is a file. This allows a file input to be streamed indefinitely."
}
]
},
"VideoSelector": {
"allOf": [
{
"$ref": "#/components/schemas/VideoSelector"
},
{
"xml": {
"name": "videoSelector"
},
"description": "Informs which video elementary stream to decode for input types that have multiple available."
}
]
}
}
}
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.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-structures/medialive-api-input-settings-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.