No DRM integration in file groups of the output groups in AWS Elemental MediaConvert

0

Hi,

I'm new to the concept of DRM, but we want to implements that system to protect the data of audios.

We use AWS Elemental Mediaconvert to transcode the audio but we use the file groups in the output and it does not have an option to integrate a DRM , how to implement that if it does not have ?

And how we use this and test it ? for example if we do not want to use a DRM provider but our static encryption.

asked 14 days ago39 views
2 Answers
0

File group would only output audio/video in media containers such as .mp4, .mov, etc. or raw in the case of audio (aac, wav, etc.). To provide DRM, one of the other output group types must be used such as HLS, DASH, or CMAF.
The reason for this is that a manifest file is generated along with the media which provides instructions for interacting with the DRM solution used, whether static key or SPEKE (https://docs.aws.amazon.com/speke/latest/documentation/what-is-speke.html).

Here is a description of Apple's Fairplay DRM and how it interacts with HLS: https://developer.apple.com/streaming/fps/

And the spec for DRM with DASH: https://dashif.org/identifiers/content_protection/

AWS
answered 14 days ago
profile picture
EXPERT
reviewed 14 days ago
  • So, we can not integrate a DRM if we use file groups ?

    we use file groups for ajust bitrates and simple rates to different format like .mp3 and .aac

    So what's the best solution to that?

0

Correct. See documentation here: https://docs.aws.amazon.com/mediaconvert/latest/ug/encrypting-content.html You could have MediaConvert output HLS audio-only and add the DRM info there if you'd like.

AWS
answered 14 days ago
profile picture
EXPERT
reviewed 14 days ago
  • Is aws planning to add a DRM integration option for file groups?

    Or what do you suggest to integrate DRM on .mp3 and .aac audio because we don't want to create hls or dash audios ?

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.

Guidelines for Answering Questions