Skip to content

Commit a092a0d

Browse files
author
AWS
committed
AWS Elemental MediaPackage Update: Add support for Widevine DRM on CMAF origin endpoints. Both Widevine and FairPlay DRMs can now be used simultaneously, with CBCS encryption.
1 parent 8f9bf42 commit a092a0d

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
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": "Add support for Widevine DRM on CMAF origin endpoints. Both Widevine and FairPlay DRMs can now be used simultaneously, with CBCS encryption."
6+
}

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,11 @@
769769
"CmafEncryption": {
770770
"documentation": "A Common Media Application Format (CMAF) encryption configuration.",
771771
"members": {
772+
"ConstantInitializationVector": {
773+
"documentation": "An optional 128-bit, 16-byte hex value represented by a 32-character string, used in conjunction with the key for encrypting blocks. If you don't specify a value, then MediaPackage creates the constant initialization vector (IV).",
774+
"locationName": "constantInitializationVector",
775+
"shape": "__string"
776+
},
772777
"KeyRotationIntervalSeconds": {
773778
"documentation": "Time (in seconds) between each encryption key rotation.",
774779
"locationName": "keyRotationIntervalSeconds",

0 commit comments

Comments
 (0)