I've installed the module and added a file-field to a node type. Everything seems to be working properly, I upload the file, and I view the node. The video plays fine, but when I go into configuration>media>videojs to change the size of the video, I get an error. The error involves the videojs file directory. it says

The directory specified does not seem to contain the videojs library. Check to make sure that the video.js file is located within this directory."]

regardless of what I put in there .... it seems like it worked out of the box, so why would it be throwing the error. There is a videojs.js file within the theme directory but even if I put this inas the path, it throws the same error. Am I doing something wrong?

Please note this is the drupal 7 version

Comments

Jorrit’s picture

Status: Active » Closed (works as designed)

You probably tried to install version 3 of the Video.js library. This is not yet supported, but I'm working on it. Please download version 2.0.3 in the mean time at https://github.com/zencoder/video-js/tags and subscribe to #1402846: Compatibility with VideoJS v. 3 for updates on the progress.

IcanDivideBy0’s picture

Version: 7.x-1.10 » 7.x-2.1
Status: Closed (works as designed) » Needs work

This bug still happens with the lastest stable release (which include VideoJS v.3 compatibility)

Jorrit’s picture

Status: Needs work » Postponed (maintainer needs more info)

What is your directory layout? Can you describe in which directory the file video.min.js is located?

TelFiRE’s picture

The VideoJS v.3 that you can download from their site does not contain a 'video.min.js' file. But the one listed on the link you gave does. Not sure why these are vastly different.

Jorrit’s picture

Which file did you download?

Jorrit’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Closed because of lack of response.