Hi,
we have problems with the video quality in Firefox/IE. I'm using the "Publish mode" and I've read the video quality is selected automatically and, though in Chrome is selected the "Auto" option with a high quality, in Firefox and IE is the lowest one with a poor impression. I have enabled the option "HTML5 for HLS" so all browsers are using HTML5
I've tried to set the Quality trough jwplayer().setCurrentQuality(index) but I cannot determine what is the correct index since jwplayer().getQualityLevels() is returning an array of objects with only quality labels e.g:
[Object { label="H.264 320px"}, Object { label="H.264 480px"}, Object { label="H.264 720px"}, Object { label="H.264 1280px"}, Object { label="AAC Audio"}, Object { label="H.264 1920px"}]
Instead of following the API description:
bitrate
height
width
label
Chrome does it, correctly.
So, how can we set as default a higher quality without having to include every source? It would involve to change the current integration of jwplayer on our website.
Many thanks
↧