DRM Encryption and decryption from mp4 to HLS using AWS Elemental MediaConvert
I am using AWS Elemental MediaConvert to convert mp4 to hls it works fine. now i tried to implement encryption and decryption when conversion hls. I created job like below encryption done successfully. but when I tried to play video using video.js json file for encryption “Encryption”: { “EncryptionMethod”: “AES128”, “InitializationVectorInManifest”: “INCLUDE”, “StaticKeyProvider”: { “StaticKeyValue”: … Read more