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 module can be used to play Islandora Video Solution Pack and Islandora Audio Solution Pack objects. The use of the "JW Player" has been discontinued in Islandora 7x-1.11.

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).

Configure Video.js at Administration » Islandora » Islandora Viewers » Video.js(admin/islandora/islandora_viewers/videojs). Three options are available:

  • "Videojs-contrib-hls library" to enable HTTP Live Streaming (a streaming format native to mobile phones).
  • "Center play button" to put the play button in the center of the player, rather than the top left corner.
  • "Responsive player" to make the Video.js player responsive but requires you use a responsive theme.


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.

  • No labels