Skip to content

Commit e3ef936

Browse files
author
AWS
committed
AWS Elemental MediaPackage v2 Update: This release adds support for Irdeto DRM encryption in DASH manifests.
1 parent 518c27c commit e3ef936

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-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 v2",
4+
"contributor": "",
5+
"description": "This release adds support for Irdeto DRM encryption in DASH manifests."
6+
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"version":"2.0",
33
"metadata":{
44
"apiVersion":"2022-12-25",
5-
"auth":["aws.auth#sigv4"],
65
"endpointPrefix":"mediapackagev2",
76
"protocol":"rest-json",
87
"protocols":["rest-json"],
@@ -1269,7 +1268,8 @@
12691268
"CLEAR_KEY_AES_128",
12701269
"FAIRPLAY",
12711270
"PLAYREADY",
1272-
"WIDEVINE"
1271+
"WIDEVINE",
1272+
"IRDETO"
12731273
]
12741274
},
12751275
"Encryption":{

0 commit comments

Comments
 (0)