Closed (fixed)
Project:
Video.js (HTML5 Video Player)
Version:
7.x-2.3
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Aug 2016 at 14:34 UTC
Updated:
14 May 2017 at 12:29 UTC
Jump to comment: Most recent
Comments
Comment #2
ellenjones123 commentedI 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:
This resolved the error message.
Comment #3
sibany commentedThanks ellenjones123 :)
video-js-5.12.6.zip
Just replace your video.js top to this,
Good luck,
M.sibany
this issue is resolved!
Comment #4
ma3310 commentedAdd Version between "Video.js" and version number in video.js file, no need strong tag.
Comment #5
rgchi commentedAlso, does the library version matter if you're pulling from a CDN anyways?
Comment #6
Jorrit commentedThis has been fixed in http://drupalcode.org/videojs/commit/?id=adef482 .