How to generate MPEG DASH manifest file using AWS elemental media convert for audio only?

0

I need to implement DASH protocol in my Alexa Music Skill. As per my understanding of DASH protocol, I need to generate a MPEG DASH manifest file for every song (.mp3) and store it in the s3 bucket.

How can I generate manifest (.mpd) file using media convert?

Can anyone please help me with this?

Thanks

asked 9 months ago370 views
1 Answer
0

Hi

According to the Alexa Skills developer documentation https://developer.amazon.com/en-US/docs/alexa/custom-skills/use-long-form-audio.html

Your audio file must be in one of the following formats: AAC/MP4, MP3, PLS, M3U/M3U8, HLS. Your audio stream must support bit rates of 16 – 384 KB per second. The Audio component supports audio files in the following formats:

You can create AAC audio only with HLS with MediaConvert https://docs.aws.amazon.com/mediaconvert/latest/ug/setting-up-audio-only.html

You can also create DASH outputs with audio only in AAC format.

For MP3 audio output you will have to use File Group type of output, remove the video output, select No container for the type of container and select the audio codec MPEG-1 Layer III (MP3)

AWS
Nuno_Q
answered 9 months 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