yet another Uncaught Error: plugin "record" does not exist
See original GitHub issueDescription
I have been trying to setup videojs-record on a rails setup with rails webpacker and always run into the error Uncaught Error: plugin "record" does not exist
I went trough the related closed issues and that did not solved the problem, hence i am here requesting some input on how to solve it
Steps to reproduce
So without being very familiar with codesandbox i managed to setup one with the bare minimum as per the videojs webpack wiki entry https://github.com/collab-project/videojs-record/wiki/Webpack
The sandbox can be found here https://codesandbox.io/s/unruffled-dream-lkcvp
Results
Expected
Should create one instance of videojs with the videojs-record plugin
Actual
Always bump into the error Uncaught Error: plugin "record" does not exist
Please open the browser console to see the error
Error output
Uncaught Error: plugin "record" does not exist
Additional Information
The versions of the plugins can be found on the codesandbox link
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top GitHub Comments
npm install videojs-record
installs video.js 7.7.5 so this is basically working. If it breaks with 7.7.6 (pre-release for now) and that is actually released, I’ll reopen this.@Kulgar please do.