shaka-project / shaka-player

JavaScript player library / DASH & HLS client / MSE-EME player
Apache License 2.0
7.18k stars 1.34k forks source link

Show current playback rate and quality without hover #7444

Open kommunarr opened 2 weeks ago

kommunarr commented 2 weeks ago

Is your feature request related to a problem? Please describe. The playback rate and quality are currently not visible without hover or focus when they are entries in the button panel. This can be inconvenient when I want to know the current playback rate or quality by visual scanning alone.

Describe the solution you'd like Have the playback rate and quality visible in their corresponding button panel entries above, below, or inside their icons.

Describe alternatives you've considered None that come to mind.

Are you planning send a PR to add it? No, not at this time.

avelad commented 2 weeks ago

I'm going to leave the issue open for a week to see if anyone else is interested in this. Thanks!

shaka-bot commented 1 week ago

Closing due to inactivity. If this is still an issue for you or if you have further questions, the OP can ask shaka-bot to reopen it by including @shaka-bot reopen in a comment.

kommunarr commented 1 week ago

@shaka-bot reopen

To clarify, not sure if we're waiting for more consensus on the idea or a developer. I would certainly be open to adding it in the next two months if the latter.

avelad commented 1 week ago

Ok, I'll leave it open for a few months in case anyone wants to work on it.

m3thm4th commented 6 days ago

Thank you @kommunarr, this feature is much needed

joeyparrish commented 6 days ago

I think a UI plugin would be pretty reasonable. The APIs to get this information are stable, and so is the UI plugin interface. If the app wants a custom UI element for this, that shouldn't be an issue.