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

I set the playlist, but the lower right corner does not show the HD tag


I set the playlist, but the lower right corner does not show the HD label.
But i found if i used the same type of three video format,then the HD label is show.

This is code:

var config = {
preload: 'auto',
"autostart": false,
width: "100%",
aspectratio: "16:9",

"playlist": [{
"image": "/February2015/avengers.jpg",
"sources": [{
"file": "/demo-site/videos/the-amazing-spiderman-2.ogv",
"label":"HD3"
},{
"file": "/demo-site/videos/avengers-age-of-ultron.mp4",
"label":"HD2"
},{
"file": "/demo-site/videos/the-amazing-spiderman-2.webm",
"label":"HD1"
}]
}],

tracks: [{
file: "/vtt/46.vtt",
kind: "thumbnails"
}],
"primary": "html5",
};

jwplayer('video_containers').setup(config);

1 Community Answers

George

JW Player Support Agent  
0 rated :

When setting multiple qualities you have to use the same file format. Here’s an example:
http://qa.jwplayer.com.s3.amazonaws.com/~george/mp4_multi.html

This question has received the maximum number of answers.