-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
Controls broken with current video.js and wavesurfer #20
Comments
Thanks for the report @Lingomat, do you see any traceback/errors in the console? Update: I see you already mentioned this. |
No, curiously. Downgrading versions and there's a string of errors about pause() interrupting play() but it essentially works. Similarly a call to player.waveform.play() didn't do anything. |
@Lingomat I've tried with an older version of video.js ( |
Looks like this PR broke things: videojs/video.js#3378 |
@Lingomat I added a fix and tested it against 5.10.x, 5.11.x and also 5.12.0 release candidate. Could you check if it's fixed and I'll add a new release, thanks. |
Fixed in v1.2.3 release. |
Description
Play button doesn't work
Steps to reproduce
Use the current build of video.js, and wavesurfer 1.1.11. Autoload will play, play controls do not work.
Results
Expected
Play/pause should work. Calls to player.waveform.play() are ignored.
Actual
Play/pause does not work. If you use exactly the same version of video.js and wavesurfer, (5.10.8 and 1.1.0) as in the demo, then the control work as described.
Error output
No errors.
Additional Information
Please include any additional information necessary here. Including the following:
versions
videojs/wavesurfer
wavesurfer 1.1.11, whatever the current videoJS is.
browsers
Chrome
OSes
Windows, Android
The text was updated successfully, but these errors were encountered: