Is it possible to use an mp3 or wav file as a source file in aws media package ?

0

Am building an audio streaming platform, i want to protect the audio files with drm. I found that an aws service called media package, but after reading through the documentation, all i can see is packaging for videos only. The question is, is possible to use aws media package to package audio files only ?

asked 2 years ago296 views
1 Answer
1

Hi,

Currently only HLS and MP4 (using .smil stream description) formats are supported as AWS Elemental MediaPackage inputs : https://docs.aws.amazon.com/mediapackage/latest/ug/supported-inputs-vod.html.

AWS Elemental MediaPackage needs to have video at its input to be able to package the content properly; you will to have some sort of dummy video in your stream that could be discarded downstream for audio only streaming to be possible to do with this service.

Also be sure to select a DRM provider that are able to protect audio content, most of them only protect video content : https://docs.aws.amazon.com/speke/latest/documentation/customer-onboarding.html, https://docs.aws.amazon.com/mediapackage/latest/ug/encryption-choosing-speke-version.html

Thanks

AWS
Pedro_F
answered 2 years 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.

Guidelines for Answering Questions