I'm struggling a long time now for setting up the following AWS MediaConvert job and I hope I can get some help.
I want to create an HLS stream without any video but with multiple languages to switch between. The Problem is that in the end the streams are not presented as different audio languages, but as different video qualities. I have two .mp3s for input. I removed the video selector and created two audio selectors. Then I created an Apple HLS output group with two outputs containing audio-only. I defined them as audio-only-variant streams and that's it.
What am I doing wrong? That's how it looks like now.
#EXTM3U
#EXT-X-VERSION:4
#EXT-X-INDEPENDENT-SEGMENTS
#EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="program_audio",LANGUAGE="eng",NAME="BEsAsDes",AUTOSELECT=YES,DEFAULT=YES,URI="indexB-Es-As-Des.m3u8"
#EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="program_audio",LANGUAGE="eng",NAME="ADGC",AUTOSELECT=YES,DEFAULT=NO,URI="indexA-D-G-C.m3u8"