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

feita há 10 meses397 visualizações
1 Resposta
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
respondido há 10 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas