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

Multiple audio tracks in chromecast



Hello,
I need to use multiple audio tracks together with chromecast, I'm using a manifest M3U8 where I have 4 profile video and 3 audio tracks that manifest when I try to send to chromecast, is only charging and can not run the file.

If I make a manifest M3U8 only with video it works, someone help me?

Attached is the manifesto that I am using.

# EXTM3U
# EXT-X-VERSION: 3
#EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="aac",LANGUAGE="pt",NAME="Portugues",DEFAULT=YES,AUTOSELECT=YES,URI="https://s3.amazonaws.com/oldflix/hls/testehls/audio_portugues.m3u8"
#EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="aac",LANGUAGE="en",NAME="Ingles",DEFAULT=NO,AUTOSELECT=YES,URI="https://s3.amazonaws.com/oldflix/hls/testehls/audio_ingles.m3u8"
#EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="aac",LANGUAGE="sp",NAME="Espanhol",DEFAULT=NO,AUTOSELECT=YES,URI="https://s3.amazonaws.com/oldflix/hls/testehls/audio_espanhol.m3u8"
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=300000,CODECS="mp4a.40.2,avc1.77.30",NAME="144p",AUDIO="aac"
https://s3.amazonaws.com/oldflix/hls/testehls/144p.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=850000,CODECS="mp4a.40.2,avc1.77.30",NAME="240p",AUDIO="aac"
https://s3.amazonaws.com/oldflix/hls/testehls/240p.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1500000,CODECS="mp4a.40.2,avc1.77.30",NAME="360p",AUDIO="aac"
https://s3.amazonaws.com/oldflix/hls/testehls/360p.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=2500000,CODECS="mp4a.40.2,avc1.77.30",NAME="480p",AUDIO="aac"
https://s3.amazonaws.com/oldflix/hls/testehls/480p.m3u8

1 Community Answers

Alex

JW Player Support Agent  
0 rated :

Hi there,

Everything I am reading on Google’s Chromecast site and other resources on the Internet point to the Cast SDK not supporting HLS streams with multiple audio renditions. We are in the process of changing our Chromecast integration to rely more on the native casting abilities of Chrome so if Google starts supporting multiple audio renditions in HLS streams, it should be supported in our player, especially after we change our integration.

Please let me know if you need any more help or have any other questions.

Thank you!

This question has received the maximum number of answers.