Skip to content

Commit 9db43bb

Browse files
author
AWS
committed
AWS Elemental MediaPackage Update: This release adds "IncludeIframeOnlyStream" for Dash endpoints and increases the number of supported video and audio encryption presets for Speke v2
1 parent a9cf57f commit 9db43bb

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
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 MediaPackage",
4+
"contributor": "",
5+
"description": "This release adds \"IncludeIframeOnlyStream\" for Dash endpoints and increases the number of supported video and audio encryption presets for Speke v2"
6+
}

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

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1251,6 +1251,11 @@
12511251
"locationName": "encryption",
12521252
"shape": "DashEncryption"
12531253
},
1254+
"IncludeIframeOnlyStream": {
1255+
"documentation": "When enabled, an I-Frame only stream will be included in the output.",
1256+
"locationName": "includeIframeOnlyStream",
1257+
"shape": "__boolean"
1258+
},
12541259
"ManifestLayout": {
12551260
"documentation": "Determines the position of some tags in the Media Presentation Description (MPD). When set to FULL, elements like SegmentTemplate and ContentProtection are included in each Representation. When set to COMPACT, duplicate elements are combined and presented at the AdaptationSet level.",
12561261
"locationName": "manifestLayout",
@@ -2410,13 +2415,26 @@
24102415
},
24112416
"PresetSpeke20Audio": {
24122417
"enum": [
2413-
"PRESET-AUDIO-1"
2418+
"PRESET-AUDIO-1",
2419+
"PRESET-AUDIO-2",
2420+
"PRESET-AUDIO-3",
2421+
"SHARED",
2422+
"UNENCRYPTED"
24142423
],
24152424
"type": "string"
24162425
},
24172426
"PresetSpeke20Video": {
24182427
"enum": [
2419-
"PRESET-VIDEO-1"
2428+
"PRESET-VIDEO-1",
2429+
"PRESET-VIDEO-2",
2430+
"PRESET-VIDEO-3",
2431+
"PRESET-VIDEO-4",
2432+
"PRESET-VIDEO-5",
2433+
"PRESET-VIDEO-6",
2434+
"PRESET-VIDEO-7",
2435+
"PRESET-VIDEO-8",
2436+
"SHARED",
2437+
"UNENCRYPTED"
24202438
],
24212439
"type": "string"
24222440
},

0 commit comments

Comments
 (0)