The transport parameters that are associated with an incoming media stream.
Type: objectProperties: 3Required: 3
BroadcastingLive VideoMediaMedia Transport
InputConfiguration is a JSON Structure definition published by Amazon MediaConnect, describing 3 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconnect/refs/heads/main/json-structure/mediaconnect-api-input-configuration-structure.json",
"name": "InputConfiguration",
"type": "object",
"description": "The transport parameters that are associated with an incoming media stream.",
"properties": {
"InputIp": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "inputIp"
},
"description": "The IP address that the flow listens on for incoming content for a media stream."
}
]
},
"InputPort": {
"allOf": [
{
"$ref": "#/components/schemas/__integer"
},
{
"xml": {
"name": "inputPort"
},
"description": "The port that the flow listens on for an incoming media stream."
}
]
},
"Interface": {
"allOf": [
{
"$ref": "#/components/schemas/Interface"
},
{
"xml": {
"name": "interface"
},
"description": "The VPC interface where the media stream comes in from."
}
]
}
},
"required": [
"InputPort",
"InputIp",
"Interface"
]
}
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.