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.

posta un mese fa65 visualizzazioni
2 Risposte
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
con risposta un mese fa
profile picture
ESPERTO
verificato un mese fa
  • 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
con risposta un mese fa
profile picture
ESPERTO
verificato un mese fa
  • 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 ?

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande