Skip to content
New issue

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

Video quality name is not showing #5

Open
mrlika opened this issue Dec 4, 2019 · 3 comments
Open

Video quality name is not showing #5

mrlika opened this issue Dec 4, 2019 · 3 comments

Comments

@mrlika
Copy link
Member

mrlika commented Dec 4, 2019

Expected:
image

Actual:
image

@afdah
Copy link

afdah commented Jan 16, 2020

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');

@mrlika
Copy link
Member Author

mrlika commented Jan 17, 2020

Should be fixed in 5679fd2

@afdah
Copy link

afdah commented Jan 17, 2020

Great work! It's working now.
Tested with JW Player version 8.9.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants