Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 25 Next »

VideoJS

mediaelement.js

JW Player

J-media element

Kaltura

jPlayer

  • http://jplayer.org/
  • https://github.com/happyworm/jPlayer
  • http://plugins.jquery.com/project/jPlayer
  • License: GPL/MIT
  • Flash-first, HTML5 as fall-back
  • integrator doesn't write the <video> tag, the jPlayer plug-in does that
  • seems quite skinnable (one demo shows a text-only audio player)
  • infusion-style overridable selectors for all controls, feedback, etc.
  • plugin figures out whether to use html or flash, and then for every action (play, seek, etc) calls the right function
  • nothing built-in for the <track> element (for captions or subtitles)
  • basic kbd a11y in place
  • could use improvements (e.g. enter activates buttons, but not spacebar)
  • skin doesn't include visual feedback of kbd focus
  • volume slider itself not kbd-a11y (only mute/unmute)

Video for Everybody

Pseudo-streaming

OSM Player

  • http://www.mediafront.org/project/osmplayer
  • https://github.com/mediafront/osmplayer
  • License: GPL3
  • uses jQuery, themable using Themeroller
  • designed to be used within a Content Management environment, such as Drupal, but can be used standalone
  • includes templates that can be customized, but:
    • these seem to be for use with their OSM Player PHP Library?
    • the "required HTML" includes direct links to images in the template folder, so you'd have to change all of them?

Projekktor

Captionator

  • https://github.com/cgiffard/Captionator
  • License: completely open ("You may copy and use this library as you see fit (including commercial use) and modify it, as long as you retain my attribution comment...")
  • closed-captioning polyfill for HTML5: implements support for <track> element
  • support for WebVTT, SRT, SBV, and SUB caption/subtitle formats
  • namespaced to "captionator"
  • can provide your own render function for the captions
  • claims non-standard support for use of <track> for audio and video
    • small bug in video, but can get something to work
    • haven't been able to get audio to work
  • bug: Captionator somehow interferes with native volume control?

Akamai’s Open Video Player

FlareVideo

RSMS's HTML5 Video Player

jQuery UI Video widget

SublimeVideo

YUI HTML5 Video Player

DailyMotion video player

Open Video Player

  • No labels