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

Where's the HD button?


I noticed upon creating a new JW7 player that the HD button is gone. I then proceeded to make a JW7 copy of one of my JW6 players, replaced the player ID in my code and indeed I don't have any button to change the quality of the video to HD or to any other of the many qualities I had available when I used the JW6 player. Is there anything I can do to get the HD button with the new player using the platform embed code?

5 Community Answers

fs1006

User  
1 rated :

Adaptive bitrate HD button doesn't show when using HLS. Only on Flash shows the HD button

Todd

JW Player Support Agent  
0 rated :

Can you send a link to the JW Platform preview page where you are seeing this?

O...

User  
0 rated :

I don't understand what you mean with the JW Platform preview page. I originally set up a player (version 6). If I use the player on my website, I get the HD button and the option to change between all qualities of video. I then made a copy of the player (which results in a version 7). If I change the player key in my code for the new one, I no longer get the HD button. So apparently I'm stuck with just using player v6. That's the problem I'm referring to. How can I get all my video versions with version 7?

Todd

JW Player Support Agent  
0 rated :

I think I finally figured out what the problem was here. Copying a player to JW 7 initially set primary: ‘html5’ (even if the player you copied had primary set to Flash) so the native HTML5 playback would not have shown the HD button. Our engineers then updated any copied Flash player to also use primary: ‘flash’, so you should be seeing the HD button again.

I still see your Yogis_Player is not set to primary: ‘flash’. Would you like me to manually make that change for you?

ilovefizz

User  
1 rated :

its easy . you need to coding follow that
jwplayer("playerCjAdbFRyzeRg").setup({
sources: [{
file: 'aa.mp4',
label: "Auto",
"default": "true"
}, {
file: 'bb.mp4',
label: "1080p"
}, {
file: 'cc.mp4',
label: "720p"
}],
)};

This question has received the maximum number of answers.