Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Audio Renditions


Hello...
I'm trying to add audio renditions to my video and I am stuck. We usually have the audio with the video file, but I need to add audio descriptions, so I was trying to add a rendition to the m3u8. I removed the audio from the video and added to mp3s to the m3u8, but am getting no audio...only video. Any insight on how to resolve this will be GREATLY appreciated. Thanks.

http://bit.ly/2ENK1y0

#EXTM3U
#EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="mp3",LANGUAGE="en",NAME="English",DEFAULT=YES,AUTOSELECT=YES
https://wc-fms.outreach.psu.edu/wc-hls-vod/COURSES/ENGR/ENGR501/ENGR501_TheMartian_audio.mp3.m3u8
#EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="mp3",LANGUAGE="es",NAME="Audio Descriptions",DEFAULT=NO,AUTOSELECT=NO
https://wc-fms.outreach.psu.edu/wc-hls-vod/COURSES/ENGR/ENGR501/ENGR501_TheMartian_AudioDescription.mp3.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=4466933,NAME="HD",AUDIO="mp3",SUBTITLES="subs"
https://wc-fms.outreach.psu.edu/wc-hls-vod/COURSES/ENGR/ENGR501/ENGR501_TheMartian_NoAudio_HD.mp4.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=2747269,NAME="High",AUDIO="mp3",SUBTITLES="subs"
https://wc-fms.outreach.psu.edu/wc-hls-vod/COURSES/ENGR/ENGR501/ENGR501_TheMartian_NoAudio_High.mp4.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1289748,NAME="Med",AUDIO="mp3",SUBTITLES="subs"
https://wc-fms.outreach.psu.edu/wc-hls-vod/COURSES/ENGR/ENGR501/ENGR501_TheMartian_NoAudio_Med.mp4.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=505108,NAME="Low",AUDIO="mp3",SUBTITLES="subs"
https://wc-fms.outreach.psu.edu/wc-hls-vod/COURSES/ENGR/ENGR501/ENGR501_TheMartian_NoAudio_Low.mp4.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=190382,NAME="2g",AUDIO="mp3",SUBTITLES="subs"
https://wc-fms.outreach.psu.edu/wc-hls-vod/COURSES/ENGR/ENGR501/ENGR501_TheMartian_NoAudio_2g.mp4.m3u8

1 Community Answers

Todd

JW Player Support Agent  
0 rated :

We do not have a product that creates HLS manifests with multiple audio renditions, so this is not something that we support or have any expertise with.

Have you checked out our documentation and code example at https://support.jwplayer.com/customer/en/portal/articles/1761348-multiple-audio-renditions ?

I think you need the URI parameter to point to your audio tracks.

This question has received the maximum number of answers.