This documentation refers to an earlier version of Islandora. https://wiki.duraspace.org/display/ISLANDORA/Start is current.

Overview

An Islandora viewer module using Video.js. This is one of two modules that can be used to play Video Solution Pack and Audio Solution Pack objects. The other module is Islandora JWPlayer.

Dependencies

Installation

See the Islandora Video.js GitHub repository for code downloads and installation instructions.

Configuration

Select the Video.js viewer at Administration » Islandora » Solution pack configuration » Video Solution Pack (admin/islandora/solution_pack_config/video).


Troubleshooting/Issues

The Video.js directory must be installed as the directory name "video-js" in the Drupal library directory. If you see HTTP 404 errors for "//video.js" that means Drupal has not found the "video-js" folder.

HTTP 404 errors for "video.js.map" is a known issue (the JavaScript Source Map is not included in the distribution). You can stop the video.js client from requesting the video.js.map by removing "//@ sourceMappingURL=video.js.map" from the bottom of the video.js file.