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

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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠