You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update for SPEKEv2 for AES 128 and Sample AES (#128)
* update code for cmaf sample aes workflow in speke v2
* remove fairplay hls signaling data inputs
* insert iv for all fairplay in speke v2
* add iv for aes128
* fix clearkey path and simplify code
* Update requirements.txt
update zappa from 0.56 to 0.58 to support cryptography v35.0 and above
---------
Co-authored-by: John Meigs <[email protected]>
Copy file name to clipboardExpand all lines: cloudformation/speke_reference.json
-16Lines changed: 0 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -259,12 +259,6 @@
259
259
},
260
260
"WIDEVINE_HLS_SIGNALING_DATA_MASTER": {
261
261
"Ref": "WidevineHlsSignalingDataMaster"
262
-
},
263
-
"FAIRPLAY_HLS_SIGNALING_DATA_MEDIA": {
264
-
"Ref": "FairplayHlsSignalingDataMedia"
265
-
},
266
-
"FAIRPLAY_HLS_SIGNALING_DATA_MASTER": {
267
-
"Ref": "FairplayHlsSignalingDataMaster"
268
262
}
269
263
}
270
264
},
@@ -693,16 +687,6 @@
693
687
"Default": "",
694
688
"Description": "Encoded Widevine HlsSignalingData for master (ext-x-session-key) that is included in the encrypted content and is supported in Speke V2.0 only",
695
689
"Type": "String"
696
-
},
697
-
"FairplayHlsSignalingDataMedia": {
698
-
"Default": "",
699
-
"Description": "Encoded Fairplay HlsSignalingData for media (ext-x-key) that is included in the encrypted content and is supported in Speke V2.0 only",
700
-
"Type": "String"
701
-
},
702
-
"FairplayHlsSignalingDataMaster": {
703
-
"Default": "",
704
-
"Description": "Encoded Fairplay HlsSignalingData for master (ext-x-session-key) that is included in the encrypted content and is supported in Speke V2.0 only",
0 commit comments