Hello,

I cannot find the correct library to use for Video.js version 7.x-2.3. I went to https://github.com/videojs/video.js/releases and downloaded versions 5.11.4 and 5.11.3, but my status report says I am using "Unsupported version 2.0", and I need to be using version 3. Very confusing. Can anyone please help?

Thanks!

Comments

hockey2112 created an issue. See original summary.

ellenjones123’s picture

I am having the exact same issue.

I searched through the install code and found that it checks the video.js file and finds the first match of "Version". The video.js file comment contains:
* Video.js 5.11.6 <http://videojs.com/>
so it is picking up the comment line regarding Apache Version 2.0
* Available under Apache License<strong> Version 2.0</strong>

I edited the video.js file and added "Version" on line 3 to:

 * Video.js <strong>Version</strong> 5.11.6 <http://videojs.com/>

This resolved the error message.

sibany’s picture

Thanks ellenjones123 :)

video-js-5.12.6.zip

Just replace your video.js top to this,

/**
 * @license
 * Video.js 5.12.6 <http://videojs.com/>
 * Copyright Brightcove, Inc. <https://www.brightcove.com/>
 * Video.js <strong>Version</strong> 5.11.6 <http://videojs.com/>
 * <https://github.com/videojs/video.js/blob/master/LICENSE>
 *
 * Includes vtt.js <https://github.com/mozilla/vtt.js>
 * Available under Apache License Version 4.0
 * <https://github.com/mozilla/vtt.js/blob/master/LICENSE>
 */

Good luck,
M.sibany


this issue is resolved!

ma3310’s picture

Add Version between "Video.js" and version number in video.js file, no need strong tag.

rgchi’s picture

Also, does the library version matter if you're pulling from a CDN anyways?

Jorrit’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.