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

Multibitrate with audio only


Hello,
we have a VoD streamig from Akamai with a multibitrate manifest like this:
#EXTM3U
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=927000,RESOLUTION=640x360,CODECS="avc1.66.30, mp4a.40.2",CLOSED-CAPTIONS=NONE
http://.../i/Destination/delivery/b0/73/b073a48b-c291-4cc6-b751-579a5cffda56/ONLINE20150918_,800k,450k,.mp4.csmil/index_0_av.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=563000,RESOLUTION=480x270,CODECS="avc1.66.30, mp4a.40.2",CLOSED-CAPTIONS=NONE
http://.../i/Destination/delivery/b0/73/b073a48b-c291-4cc6-b751-579a5cffda56/ONLINE20150918_,800k,450k,.mp4.csmil/index_1_av.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=96000,CODECS="mp4a.40.2",CLOSED-CAPTIONS=NONE
http://.../i/Destination/delivery/b0/73/b073a48b-c291-4cc6-b751-579a5cffda56/ONLINE20150918_,800k,450k,.mp4.csmil/index_1_a.m3u8

We are using JWPlayer 6.11 with the configuration below:
jwplayer("player1").setup({
autostart: true,
controlbar: "over",
skin: "../JWP/skin/custom-skin.xml",
androidhls: true,
file: 'http://.../i/Destination/delivery/b0/73/b073a48b-c291-4cc6-b751-579a5cffda56/ONLINE20150918_,800k,450k,.mp4.csmil/master.m3u8',
hlslabels: {
"545": "Low",
"891": "Medium",
"2588": "High"
},
width: 480,
height: 270
});

The player correctly recognises the two audio-video formats but not the audio only format.
Is there a way to automatically include also the audio only format?

Best regards
Davide

2 Community Answers

.

User  
0 rated :

up!

Alex

JW Player Support Agent  
0 rated :

Hi Davide,

My name is Alex and I am one of the Support Engineers at JW Player. I will be more than happy to assist you with your questions.

Do you experience the same issues when using JW Player 7? You can test the stream with JW 7 on our Stream Tester.

If that does not work for you, please provide us with a link to a reproduction page or at least the URL to your stream.

Thank you.

This question has received the maximum number of answers.