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.

gefragt vor einem Monat65 Aufrufe
2 Antworten
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
beantwortet vor einem Monat
profile picture
EXPERTE
überprüft vor einem Monat
  • 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
beantwortet vor einem Monat
profile picture
EXPERTE
überprüft vor einem Monat
  • 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 ?

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen