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.

已提问 1 个月前65 查看次数
2 回答
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
已回答 1 个月前
profile picture
专家
已审核 1 个月前
  • 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
已回答 1 个月前
profile picture
专家
已审核 1 个月前
  • 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 ?

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容