Closed Mariusz071 closed 2 years ago
I tested on macOS with https://collab-project.github.io/videojs-record/#/frameworks/webpack and it seems to work fine here:
VIDEOJS: Using video.js 7.19.2 with videojs-record 4.5.0 and recordrtc 5.6.2
no feedback, closing.
Description
Record plugin not registering properly, ending up with the following error in the console:
Steps to reproduce
Relevant snippets from my code - Imports:
Player initialisation:
Results
Expected
Plugin should get registered properly and functionality should work.
Actual
Record plugin does not work.
Error output
In the browser's console
Additional Information
So issue started to occur when I added latest
videojs
via yarn - previously in mynode_modules
there was version7.17.0
which worked completely fine. Althoughvideo.js
wasn't present inpackage.json
so my assumption is that is was there because it's one of the dependencies ofvideojs-record
plugin.Also project is bootstrapped with
vue-cli 5.0.4
versions
videojs
videojs -
7.19.2
videojs-record -4.5.0
browsers
Latest Chrome, FF and Safari
OSes
MacOS 12.2.1
Thanks for help in advance, as I ran out of ideas 🤷♂️