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

Controls broken with current video.js and wavesurfer #20

Closed
Lingomat opened this issue Aug 23, 2016 · 6 comments
Closed

Controls broken with current video.js and wavesurfer #20

Lingomat opened this issue Aug 23, 2016 · 6 comments
Labels

Comments

@Lingomat
Copy link

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

@thijstriemstra
Copy link
Member

thijstriemstra commented Aug 23, 2016

Thanks for the report @Lingomat, do you see any traceback/errors in the console? Update: I see you already mentioned this.

@Lingomat
Copy link
Author

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.

@thijstriemstra
Copy link
Member

thijstriemstra commented Aug 25, 2016

@Lingomat I've tried with an older version of video.js (bower install video.js#5.10.4) and the latest wavesurfer.js (1.1.12) and the example works again so it seems something changed or broke in video.js. It starts breaking after video.js 5.11.0 so something changed in that release, looking into it.

@thijstriemstra
Copy link
Member

Looks like this PR broke things: videojs/video.js#3378

@thijstriemstra
Copy link
Member

@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.

@thijstriemstra
Copy link
Member

Fixed in v1.2.3 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants