Skip to content

Does AWS MediaConvert support clear lead (unencrypted initial segments) for DRM-protected content?

0

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.

2 Answers
0

As far as I know it's not supported. Please contact your local AWS representatives to discuss your use case in more details.

AWS

answered 10 months ago

0
AWS
EXPERT

answered a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.