Closed dparker2 closed 9 months ago
The demos linked in the docs that use the wavesurfer package do not work, such as this one: https://collab-project.github.io/videojs-record/demo/enumerate-devices.html
In the console, there is an error showing a 404 when fetching https://unpkg.com/wavesurfer.js@7.7.2/dist/plugin/wavesurfer.microphone.min.js.
https://unpkg.com/wavesurfer.js@7.7.2/dist/plugin/wavesurfer.microphone.min.js
Demo should work
Demo does not work
GET https://unpkg.com/wavesurfer.js@7.7.2/dist/plugin/wavesurfer.microphone.min.js net::ERR_ABORTED 404 (Not Found) enumerate-devices.html:57 Uncaught TypeError: Cannot read properties of undefined (reading 'create') at enumerate-devices.html:57:39
thanks, for the report, should be fixed now.
Description
The demos linked in the docs that use the wavesurfer package do not work, such as this one: https://collab-project.github.io/videojs-record/demo/enumerate-devices.html
In the console, there is an error showing a 404 when fetching
https://unpkg.com/wavesurfer.js@7.7.2/dist/plugin/wavesurfer.microphone.min.js
.Steps to reproduce
Results
Expected
Demo should work
Actual
Demo does not work
Error output