Video.js version 4.4.0 released - Now supporting RequireJS and Browserify
Version 4.4.0 is here with over 20 updates and fixes. The most notable addition may be support for AMD and CommonJS module loaders, meaning you can now include Video.js using RequireJS or Browserify. Video.js can be installed through npm already, and we’ll soon add support for bower and component(1) as well.
New plugins
The plugin list continues to grow, with more in the works. Checkout the new endcard plugin built by The Onion.
- videojs-markers [demo] - Add customizable markers on the progress bar
- videojs-youtube-videowall - [demo] - Display video wall of related youtube videos after the video finishes
- videojs-endcard - Simple, customizable end card solution for VideoJS
- videojs-akamai-analytics - Akamai Sola Analytics for video.js
- videojs-stereopanner - Adds stereo channel panning functions
Video.js in the wild
The Brightcove Play 2014 website recently went live with Video.js as the player. We’re also hard at work building Brightcove’s next-gen player with Video.js at the core, so stay tuned.
Full list from the changelog
- Made the poster updateable after initialization (view)
- Exported more textTrack functions (view)
- Moved player ID generation to support video tags with no IDs (view)
- Moved to using QUnit as a dependency (view)
- Added the util namespace for public utility functions (view)
- Fixed an issue with calling duration before Flash is loaded (view)
- Added player methods to externs so they can be overridden (view)
- Fixed html5 playback when switching between media techs (view)
- Fixed Firefox+Flash mousemove events so controls don’t hide permanently (view)
- Fixed a test for touch detection (view)
- Updated the src file list for karma tests (view)
- Added more tests for API properties after minification (view)
- Updated projet to use npm version of videojs-swf (view)
- Added support for dist zipping on windows (view)
- Fixed iOS fullscreen issue (view)
- Fixed touch event bubbling (view)
- Fixed ARIA role attribute for button and slider (view)
- Fixed and issue where a component’s dispose event would bubble up (view)
- Quieted down deprecation warnings (view)
- Update seek handle to display the current time (view)
- Added requirejs and browserify support (UMD) (view)
The new version is available on videojs.com and has been added to the CDN.
Cheers,
-heff