After updating the Video.js to version 7.x-3.0-alpha3, the BigVideo module does not work.
There are errors in the console:

VIDEOJS: ERROR: The "flash" tech is undefined. Skipped browser support check for that tech.

VIDEOJS: ERROR: TypeError: Cannot read property 'height' of undefined
at updateSize (http://form-7.test/sites/all/libraries/bigvideojs/lib/bigvideo.js?p1arc7...)
at Player. (http://form-7.test/sites/all/libraries/bigvideojs/lib/bigvideo.js?p1arc7...)
at HTMLDivElement.bound (https://vjs.zencdn.net/6.0.0/video.js:23025:15)
at HTMLDivElement.data.dispatcher (https://vjs.zencdn.net/6.0.0/video.js:22763:31)
at Object.trigger (https://vjs.zencdn.net/6.0.0/video.js:22885:25)
at Player.trigger (https://vjs.zencdn.net/6.0.0/video.js:9095:19)
at Player.(anonymous function) [as handleTechLoadedmetadata_] (https://vjs.zencdn.net/6.0.0/video.js:13531:17)
at Html5.bound (https://vjs.zencdn.net/6.0.0/video.js:23025:15)
at HTMLVideoElement.bound (https://vjs.zencdn.net/6.0.0/video.js:23025:15)
at HTMLVideoElement.data.dispatcher (https://vjs.zencdn.net/6.0.0/video.js:22763:31)

Comments

adci_contributor created an issue. See original summary.

adci_contributor’s picture

Status: Active » Fixed

It seems that Video.js 7.x-3.0-alpha3 has errors and many versions of the used libraries have become incompatible.
Use Video.js 7.x-3.0-alpha2

adci_contributor’s picture

Status: Fixed » Closed (won't fix)