A lightweight HTML5 video player which includes support for captions and screen reader accessibility. For details, read the blog post Introducing an Accessible HTML5...
what is it?
a lightweight html5 video player which includes support for captions and screen reader accessibility. for details, read the blog post introducing an accessible html5 video player on the paypal engineering blog.
features
• provides an html5 video player with custom controls.• supports captions; simply denote a vtt caption file using the standard html5 video syntax.• uses native html5 form controls for volume (range input) and progress indication (progress element).• accessible to keyboardonly users and screen reader users.• option provided to set captions on or off by default (upon loading).• option provided to set number of seconds by which to rewind and forward.• text strings for the controls are externalized to allow for internationalization (fall 2015).• no dependencies. written in "vanilla" javascript.• when javascript is unavailable, the browser's native controls are used.
Official Website
Twitter
Facebook
javascript html5 embeddable html5-video-player web-video-player