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

Switch between multiple qualities on JW7 not working


Good Afternoon, I'm trying to switch between multiple qualities on JW7 but it is not working. I am using JW 6 right now and have no issues but when trying to upgrade to the new JW player I lost the option to switch between different files. The website is down below. Is there a problem with JW player or is it my code? Can somebody help me out?

JW7 (Not Working)
http://www.uppertierdev.com/apps/rangerprotest/kbowline.html

JW6 (Working)
http://www.uppertierdev.com/apps/rangerprotest/kclove.html

2 Community Answers

jeromebeier N/A

User  
0 rated :

this is the code that worked for JW 6 but cant get it to work for JW7.

<div id="container"></div>
<script>
jwplayer("container").setup({
sources: [
{ file: "https://player.vimeo.com/external/149579586.hd.mp4?s=ac7b7fc3fd8bcf8bf27d57d12d1b45a4918fdda0&profile_id=119", label: "1080p HD" },
{ file: "https://player.vimeo.com/external/149579586.hd.mp4?s=ac7b7fc3fd8bcf8bf27d57d12d1b45a4918fdda0&profile_id=113", label: "720p HD", "default": "true" },
{ file: "https://player.vimeo.com/external/149579586.sd.mp4?s=26b8b263815011074f699e43235556cad40340a6&profile_id=112", label: "360 SD" },

],


image: 'http://d2bdntqk0figt7.cloudfront.net/mountainclasses/videocovers/knots/clovehitchhd.jpg',

});
</script>

Donni

JW Player Support Agent  
0 rated :

Hey Jerome,

Check out this test page I made for you: http://qa.jwplayer.com/~donni/quality.html

This question has received the maximum number of answers.