Skip to content

Commit 3c45722

Browse files
author
AWS
committed
AWS Elemental MediaLive Update: CMAF Ingest output groups in MediaLive can now accept one additional destination url for single pipeline channels and up to two additional destination urls for standard channels.
1 parent 5bb0e9c commit 3c45722

File tree

2 files changed

+41
-9
lines changed

2 files changed

+41
-9
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Elemental MediaLive",
4+
"contributor": "",
5+
"description": "CMAF Ingest output groups in MediaLive can now accept one additional destination url for single pipeline channels and up to two additional destination urls for standard channels."
6+
}

services/medialive/src/main/resources/codegen-resources/service-2.json

Lines changed: 35 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21084,6 +21084,11 @@
2108421084
"shape": "CmafTimedMetadataPassthrough",
2108521085
"locationName": "timedMetadataPassthrough",
2108621086
"documentation": "Set to enabled to pass through ID3 metadata from the input sources."
21087+
},
21088+
"AdditionalDestinations": {
21089+
"shape": "__listOfAdditionalDestinations",
21090+
"locationName": "additionalDestinations",
21091+
"documentation": "Optional an array of additional destinational HTTP destinations for the OutputGroup outputs"
2108721092
}
2108821093
},
2108921094
"documentation": "Cmaf Ingest Group Settings",
@@ -25748,7 +25753,7 @@
2574825753
"documentation": "Configures whether MediaLive will write AFD values into the video.\nAUTO: MediaLive will try to preserve the input AFD value (in cases where multiple AFD values are valid).\nFIXED: the AFD value will be the value configured in the fixedAfd parameter.\nNONE: MediaLive won't write AFD into the video"
2574925754
},
2575025755
"BufSize": {
25751-
"shape": "__integerMin50000Max16000000",
25756+
"shape": "__integerMin50000Max24000000",
2575225757
"locationName": "bufSize",
2575325758
"documentation": "The size of the buffer (HRD buffer model) in bits."
2575425759
},
@@ -25793,7 +25798,7 @@
2579325798
"documentation": "Sets the amount of lookahead. A value of LOW can decrease latency and memory usage. A value of HIGH can produce better quality for certain content."
2579425799
},
2579525800
"MaxBitrate": {
25796-
"shape": "__integerMin50000Max8000000",
25801+
"shape": "__integerMin50000Max12000000",
2579725802
"locationName": "maxBitrate",
2579825803
"documentation": "The maximum bitrate to assign.\nFor recommendations, see the description for qvbrQualityLevel."
2579925804
},
@@ -25828,7 +25833,7 @@
2582825833
"documentation": "Configures the timecode burn-in feature. If you enable this feature, the timecode will become part of the video."
2582925834
},
2583025835
"Bitrate": {
25831-
"shape": "__integerMin50000Max8000000",
25836+
"shape": "__integerMin50000Max12000000",
2583225837
"locationName": "bitrate",
2583325838
"documentation": "Average bitrate in bits/second. Required when the rate control mode is CBR. Not used for QVBR."
2583425839
},
@@ -28401,17 +28406,17 @@
2840128406
"max": 16000,
2840228407
"documentation": "Placeholder documentation for __integerMin40Max16000"
2840328408
},
28404-
"__integerMin50000Max16000000": {
28409+
"__integerMin50000Max24000000": {
2840528410
"type": "integer",
2840628411
"min": 50000,
28407-
"max": 16000000,
28408-
"documentation": "Placeholder documentation for __integerMin50000Max16000000"
28412+
"max": 24000000,
28413+
"documentation": "Placeholder documentation for __integerMin50000Max24000000"
2840928414
},
28410-
"__integerMin50000Max8000000": {
28415+
"__integerMin50000Max12000000": {
2841128416
"type": "integer",
2841228417
"min": 50000,
28413-
"max": 8000000,
28414-
"documentation": "Placeholder documentation for __integerMin50000Max8000000"
28418+
"max": 12000000,
28419+
"documentation": "Placeholder documentation for __integerMin50000Max12000000"
2841528420
},
2841628421
"__listOfDescribeChannelPlacementGroupSummary": {
2841728422
"type": "list",
@@ -29277,6 +29282,27 @@
2927729282
"CBR",
2927829283
"QVBR"
2927929284
]
29285+
},
29286+
"AdditionalDestinations": {
29287+
"type": "structure",
29288+
"members": {
29289+
"Destination": {
29290+
"shape": "OutputLocationRef",
29291+
"locationName": "destination",
29292+
"documentation": "The destination location"
29293+
}
29294+
},
29295+
"documentation": "Additional output destinations for a CMAF Ingest output group",
29296+
"required": [
29297+
"Destination"
29298+
]
29299+
},
29300+
"__listOfAdditionalDestinations": {
29301+
"type": "list",
29302+
"member": {
29303+
"shape": "AdditionalDestinations"
29304+
},
29305+
"documentation": "Placeholder documentation for __listOfAdditionalDestinations"
2928029306
}
2928129307
},
2928229308
"documentation": "API for AWS Elemental MediaLive"

0 commit comments

Comments
 (0)