Current Setup
I have successfully implemented content encryption using AWS MediaConvert integrated with our DRM provider via the SPEKE protocol:
- Using AWS MediaConvert for transcoding and encryption
- DRM integration via SPEKE protocol
- Using MediaConvert job templates
Updated Requirement
Our business requirements have changed, and we now need to leave the first few segments of our chunked video content unencrypted (commonly referred to as "clear lead").
Clear lead is a technique where the initial segments (typically 5-10 seconds) remain unencrypted while the rest of the content is DRM-protected. This improves playback start time by allowing video to begin before DRM license acquisition is complete.
Question
Does AWS MediaConvert support clear lead functionality? If so, how can this be configured in the job template or settings?
I have reviewed the MediaConvert documentation but could not find any parameters or settings related to clear lead implementation.
Alternative Consideration
If MediaConvert doesn't support this feature, I would need to migrate to alternative tools like Shaka Packager (which supports the --clear-lead flag) or FFmpeg. This would require significant development effort and eliminate the benefit of our streamlined SPEKE integration.
Any guidance or documentation references would be greatly appreciated.RetryClaude can make mistakes. Please double-check responses.