Skip to content

Commit cca3d08

Browse files
author
AWS
committed
AWS Elemental MediaPackage VOD Update: Add support for Widevine DRM on CMAF packaging configurations. Both Widevine and FairPlay DRMs can now be used simultaneously, with CBCS encryption.
1 parent 5205f33 commit cca3d08

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Elemental MediaPackage VOD",
4+
"contributor": "",
5+
"description": "Add support for Widevine DRM on CMAF packaging configurations. Both Widevine and FairPlay DRMs can now be used simultaneously, with CBCS encryption."
6+
}

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

+5
Original file line numberDiff line numberDiff line change
@@ -745,6 +745,11 @@
745745
"CmafEncryption": {
746746
"documentation": "A CMAF encryption configuration.",
747747
"members": {
748+
"ConstantInitializationVector": {
749+
"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).",
750+
"locationName": "constantInitializationVector",
751+
"shape": "__string"
752+
},
748753
"SpekeKeyProvider": {
749754
"locationName": "spekeKeyProvider",
750755
"shape": "SpekeKeyProvider"

0 commit comments

Comments
 (0)