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

已提问 10 个月前397 查看次数
1 回答
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
已回答 10 个月前

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

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

回答问题的准则