-
-
Notifications
You must be signed in to change notification settings - Fork 315
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
Audio only implementation have stopped working #471
Comments
Ah yea, it's using videojs-wavesurfer 3.0.3 and that is not supported by videojs-record yet. I will pin videojs-wavesurfer to 2.11.0 on the website until then. Thanks for the report. |
@thijstriemstra So it has stopped working for me locally too...What exact change should I do to make it work again? |
|
Installing videojs-record should not install v3.0.3 of videojs-wavesurfer, not sure how you ended up with a local videojs-wavesurfer v3.0.3. Checking a fresh videojs-record installation, shows 2.11.0:
|
If you clear browser cache and reload https://collab-project.github.io/videojs-record/examples/audio-only.html it should work again. Will now update the other audio-related examples. |
@thijstriemstra thanks for all your help...Actually I was using CDN like available in that example. |
I will add a note to the readme as well. |
videojs-wavesurfer v3.x is not supported yet. refs #471
Description
Audio only implementation is not working anymore
Steps to reproduce
Go to the following link and try to record audio:
https://collab-project.github.io/videojs-record/examples/audio-only.html
Results
Expected
Recorder should have recorded audio
Actual
Recorder is not recording audio and there is some error in console
Error output
The text was updated successfully, but these errors were encountered: