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

Quality problem


When I put on my reading wordpress site, This plays H.264 video 720px is read and not H.264 video 1280px. Consequently the quality is bad. Why it does not play the H.264 file 1280px when my Internet connection is good. I'm in France and I have the fiber.
Cordially.

2 Community Answers

Todd

JW Player Support Agent  
0 rated :

Our player chooses the video quality based on the width of the player. You can add custom code using our Javascript API:

jwplayer().on('firstFrame',function(){
	jwplayer().setCurrentQuality(index);
});

My suggestion would be to call jwplayer().getQualityLevels() to see the list of numbers to use as the index

Todd

JW Player Support Agent  
0 rated :

Please see the Quality API calls at https://developer.jwplayer.com/jw-player/docs/developer-guide/api/javascript_api_reference/ for more details.

This question has received the maximum number of answers.