Experimental project

This is a sandbox project, which contains experimental code for developer use only.

This Module is not longer being maintained.

The Able Player Module integrates the Able Player jQuery plugin created by the Terrill Thompson with Drupal.

Able Player is a fully accessible cross-browser media player. It uses the HTML5 or element for browsers that support them.

To see the player in action check our Able Player Examples page.

Installation

Installing modules is described here -> http://drupal.org/node/895232

  1. Download and install the Libraries module including and any dependencies

    https://www.drupal.org/project/libraries
  2. Download and install the Modernizr module including and any dependencies

    https://www.drupal.org/project/modernizr
  3. If you want to use able player with YouTube videos, then Download and install the YouTube Field Module including and any dependencies

    https://www.drupal.org/project/youtube
  4. Download and extract the able player library into the libraries directory (usually "sites/all/libraries").

    https://github.com/ableplayer/ableplayer

    Currently using version 2.1.0
  5. Rename the Able Player library directory to "ableplayer" (usually looks like "sites/all/libraries/ableplayer")
  6. Install the Ableplayer module

Usage

Able Player Audio or Able Player Video

  1. Create a field with the field type of "file" & widget type of "file"
  2. Give the field the proper file types
    • Audio File Types - mp3, ogg, vtt
    • Video File Types - webm, mp4, vtt, jpg
  3. Check the box for "Enable Description field"
  4. Change the "Number of values" to "Unlimited"
  5. Under "Manage Display", Change the format of the field to Able Player Audio or Able Player Video
  6. Adjust formatter settings for your field.

When adding files to your content type, you need to add a description to each file. This description tells the module how to that that file, because some files may have the same file type, but need to be treated differently.

Here are the available options:

  • Audio:
    • 'mp3' - mp3 audio file
    • 'ogg' - ogg audio file
  • Video:
    • 'mp4' - mp4 video file
    • 'webm' - webm video file
    • 'poster' - Poster frame for video
    • 'chapters' - video chapters
  • Audio or Video:
    • 'captions' or 'transcript' - Captions for video, also transcripts for video and audio

Able Player YouTube

  1. Enable the YouTube Field Module
  2. Create a YouTube field according to that module's directions
  3. Under "Manage Display", Change the format of the field to Able Player YouTube
  4. Adjust formatter settings for your field.

NOTE: For more details and suggestions, please view the README file.

Future Enhancements

  • Add more options for YouTube Video
  • Add more options from Ableplayer Video
  • Add more options for Ableplayer Audio
  • Add downloadable human readable transcript file
  • Support for a fallback player
  • Add fallback text for browsers that do not support HTML5

Disclaimers

  • If you want ot upload a downloadable human readable transcript file, you will need to create a separate field
  • To use the Youtube formatter you will need the youtube module
  • Youtube does not show captions. This is a problem with the ableplayer plugin.
  • The JW player fallback is not implemented
Supporting organizations: 

Project information

  • caution Unsupported
    Not supported (i.e. abandoned), and no longer being developed. Learn more about dealing with unsupported (abandoned) projects
  • caution No further development
    No longer developed by its maintainers.
  • Project categories: Media
  • Created by afem on , updated