Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: minor text changes

...

Note

FFmpeg versions that have been tested:

  • 1.1.4 It can be downloaded here
  • 2.8.11-0ubuntu0.16.04.1 from Ubuntu 16.04 Package Management

...

The Islandora Video Solution pack can be configured at Administration » Islandora » Solution Pack Configuration » Video Solution Pack  (http://path.to.your.site/admin/islandora/solution_pack_config/video), and includes the following options:

Viewers

If players have video.js player has been correctly installed on the server, you will be able to select which one to use here. Videojs and JWplayer are currently supported, but require you to install the islandora_videojs and/or islandora_jwplayer modules and librariesit as the default player. Videojs is the only player currently supported by Islandora. JW Player is no longer supported beginning with Islandora 7x-1.11

Paths to FFmpeg/Theora executables

...

  1. Make sure that the Testing module is enabled and that all prerequisites for derivative creation are satisfied for the Video Solution Pack.
  2. Edit the islandora_video.info file in this folder, removing the ; and whitespace before the line files[] = tests/islandora_video_load_test.test
  3. Create a folder in the tests/fixtures/ called load, and place as many videos in that folder as you would like to ingest. These files all must fit within the size specified by your php.ini file's maximum post size, and they must have a file extension supported by the Video Solution Pack, otherwise they will not be picked up by the load test.
  4. Clear the Drupal cache.

...