-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Keep the current volume level #4328
Comments
cookie's should be avoided for these kinds of things. localstorage is better. There is a plugin available on https://github.com/theonion/videojs-persistvolume that does this, but it probably should be cleaned up a bit. Ideally, i think you'd want a more generalized concept of storing data for any type of plugin. It was on my personal todo list a while back, but never got around to it. |
@hartman this plugin is not work now 😕 |
There's apparently a PR that fixes the plugin: theonion/videojs-persistvolume#17. Looks like there's a fork that has the fixes: https://github.com/jbboehr/videojs-persistvolume (that fork is also what's available on npm). Unfortunately, I don't think we're doing to be adding this back into core. We used to have this feature but it was removed a while ago. |
Description
It would be better keep current volume level.
Steps to reproduce
Results
Expected
Keep the volume level since the last modification
Actual
Volume level is 100%
Additional Information
Example solution for me:
The text was updated successfully, but these errors were encountered: