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

Overlay showing during seek #31

Open
davidjamesherzog opened this issue Aug 3, 2016 · 0 comments
Open

Overlay showing during seek #31

davidjamesherzog opened this issue Aug 3, 2016 · 0 comments

Comments

@davidjamesherzog
Copy link

I have a requirement where we want to show information in an overlay while the video is paused. I've created an overlay with the start and end events of:

start: 'pause',
end: 'play',

Everything seems to work as expected when I hit play/pause. When I seek in the progress bar, the overlay shows for a split second because video.js pauses the video, sets the new time of the video and then plays it again. I don't want the overlay showing while a user is seeking. Is there a way to prevent the overlay from showing while the seek is occurring?

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

1 participant