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

Choppy video/audio when using slider as seekbar. #1290

Closed
nbish11 opened this issue Nov 18, 2014 · 3 comments
Closed

Choppy video/audio when using slider as seekbar. #1290

nbish11 opened this issue Nov 18, 2014 · 3 comments

Comments

@nbish11
Copy link

nbish11 commented Nov 18, 2014

As above, and here is the recreated issue: http://jsfiddle.net/nbish11/be7wtguh/

If I change the onChange function to this:

onChange: function (e) {
    if (this.isDragging) { video.currentTime = (video.duration / 100 * e }
}

the problem goes away. However, I can no longer set the video position, by clicking on the track.

@nbish11
Copy link
Author

nbish11 commented Nov 18, 2014

Nevermind, I found a work around.

@nbish11 nbish11 closed this as completed Nov 18, 2014
@GCheung55
Copy link
Contributor

@nbish11 could share what your workaround is? This will help users who also run into this issue.

@nbish11
Copy link
Author

nbish11 commented Nov 18, 2014

Here you go: http://jsfiddle.net/nbish11/be7wtguh/1/

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