We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expected:
Actual:
The text was updated successfully, but these errors were encountered:
JWPlayer API getVisualQuality() is broken. Returns null. It should return the current quality the player is playing.
Take note that this is different from getCurrentQuality(). This will always returns 0. Based on the above 2nd pic. 0=auto 1=360p 2=720p
You can set the quality level label by the below code. $('.jw-auto-label').text('Quality Label Here');
Sorry, something went wrong.
Should be fixed in 5679fd2
Great work! It's working now. Tested with JW Player version 8.9.5
No branches or pull requests
Expected:
Actual:
The text was updated successfully, but these errors were encountered: