Amazon MediaLive · Schema
OutputGroupSettings
Output Group Settings
BroadcastingMedia ProcessingMedia
Properties
| Name | Type | Description |
|---|---|---|
| ArchiveGroupSettings | object | |
| FrameCaptureGroupSettings | object | |
| HlsGroupSettings | object | |
| MediaPackageGroupSettings | object | |
| MsSmoothGroupSettings | object | |
| MultiplexGroupSettings | object | |
| RtmpGroupSettings | object | |
| UdpGroupSettings | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-schema/medialive-api-output-group-settings-schema.json",
"title": "OutputGroupSettings",
"description": "Output Group Settings",
"type": "object",
"properties": {
"ArchiveGroupSettings": {
"allOf": [
{
"$ref": "#/components/schemas/ArchiveGroupSettings"
},
{
"xml": {
"name": "archiveGroupSettings"
}
}
]
},
"FrameCaptureGroupSettings": {
"allOf": [
{
"$ref": "#/components/schemas/FrameCaptureGroupSettings"
},
{
"xml": {
"name": "frameCaptureGroupSettings"
}
}
]
},
"HlsGroupSettings": {
"allOf": [
{
"$ref": "#/components/schemas/HlsGroupSettings"
},
{
"xml": {
"name": "hlsGroupSettings"
}
}
]
},
"MediaPackageGroupSettings": {
"allOf": [
{
"$ref": "#/components/schemas/MediaPackageGroupSettings"
},
{
"xml": {
"name": "mediaPackageGroupSettings"
}
}
]
},
"MsSmoothGroupSettings": {
"allOf": [
{
"$ref": "#/components/schemas/MsSmoothGroupSettings"
},
{
"xml": {
"name": "msSmoothGroupSettings"
}
}
]
},
"MultiplexGroupSettings": {
"allOf": [
{
"$ref": "#/components/schemas/MultiplexGroupSettings"
},
{
"xml": {
"name": "multiplexGroupSettings"
}
}
]
},
"RtmpGroupSettings": {
"allOf": [
{
"$ref": "#/components/schemas/RtmpGroupSettings"
},
{
"xml": {
"name": "rtmpGroupSettings"
}
}
]
},
"UdpGroupSettings": {
"allOf": [
{
"$ref": "#/components/schemas/UdpGroupSettings"
},
{
"xml": {
"name": "udpGroupSettings"
}
}
]
}
}
}