We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have created Job in MediaConvert for Apple HLS AES-128 encryption by following guidance and setup the speke-reference-server.
but when I download the media file, for each segment the key is the same and it's not rotating for every segment.
used SystemId is: 81376844-f976-481e-a84e-cc25d39b0b33 Media File:
#EXTM3U #EXT-X-VERSION:3 #EXT-X-TARGETDURATION:13 #EXT-X-MEDIA-SEQUENCE:1 #EXT-X-PLAYLIST-TYPE:VOD #EXT-X-KEY:METHOD=AES-128,URI="https://d3dmokwem007n8.cloudfront.net/af4672a0-9605-4d2e-8818-60c1f5b1c3f4/66de1985-cc52-4cbe-a86c-38c2515fb3e7",IV=0x00000000000000000000000000000001 #EXTINF:12, db72c853-97dc-4e22-866e-3909e0f2bd6eTest_01_00001.ts #EXT-X-KEY:METHOD=AES-128,URI="https://d3dmokwem007n8.cloudfront.net/af4672a0-9605-4d2e-8818-60c1f5b1c3f4/66de1985-cc52-4cbe-a86c-38c2515fb3e7",IV=0x00000000000000000000000000000002 #EXTINF:9, db72c853-97dc-4e22-866e-3909e0f2bd6eTest_01_00002.ts #EXT-X-ENDLIST
Need Help or any suggestion to achieve a separate key for each segment.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have created Job in MediaConvert
for Apple HLS AES-128 encryption by following guidance and setup the speke-reference-server.
but when I download the media file, for each segment the key is the same and it's not rotating for every segment.
used SystemId is: 81376844-f976-481e-a84e-cc25d39b0b33
Media File:
Need Help
or any suggestion to achieve a separate key for each segment.
The text was updated successfully, but these errors were encountered: