1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-24 08:42:25 +02:00
Video.js - open source HTML5 video player
Go to file
Steve Heffernan 9c6dbea344 Merge pull request #469 from dmlap/android-fullscreen-pr
Android browsers support video element fullscreen
2013-05-01 16:18:19 -07:00
build Close GH-425: Backing out goog.inherits and adding back the previous inheritance API. fixes #415. 2013-04-09 13:43:35 -07:00
docs Merge pull request #265 from EricR/patch-1 2013-04-04 12:48:13 -07:00
sandbox Close GH-346: Remove need for good.require/good.provide. 2013-02-22 22:26:58 -05:00
src Merge pull request #469 from dmlap/android-fullscreen-pr 2013-05-01 16:18:19 -07:00
test Merge pull request #477 from gkatsev/verticalSlider 2013-05-01 16:13:00 -07:00
.bunyipconfig.js.example First pass at automated multi-browser/device testing. closes #419 2013-04-12 16:51:04 -07:00
.editorconfig Added .editorconfig and travis CI badge 2012-12-11 14:33:42 -08:00
.gitignore First pass at automated multi-browser/device testing. closes #419 2013-04-12 16:51:04 -07:00
.jshintrc Update grunt and jshint to lint the gruntfile and test files 2013-02-08 17:02:39 -05:00
.travis.yml Added Travis CI config, and also supporting package.json. 2012-12-10 18:51:48 -08:00
.zenflow Set up zenflow workflow management config. 2012-01-12 12:59:53 -08:00
browsers.json First pass at automated multi-browser/device testing. closes #419 2013-04-12 16:51:04 -07:00
CHANGELOG.md Adding line to CHANGELOG: Added a plugins interface 2013-02-04 16:20:29 -08:00
contrib.json Close GH-433: Update contribflow version and add contrib.json. 2013-04-08 13:55:50 -07:00
CONTRIBUTING.md Merge pull request #421 from BCjwhisenant/contrib-guide-node 2013-04-03 10:37:57 -07:00
Gruntfile.js Update minify task to work with grunt-cli 0.1.6 2013-04-23 10:45:05 -04:00
LGPLv3-LICENSE.txt Optimized slider controls. 2011-12-05 11:28:18 -08:00
package.json Updated grunt and grunt-contrib versions to fix PhantomJS bug 2013-04-09 10:42:41 -07:00
README.md revert excuse-our-dust message back to h3, looked better that way 2013-02-25 17:15:47 -05:00
VERSION.yml Bumping version to 3.2.3. 2012-11-12 17:28:53 -08:00

Video.js - HTML5 and Flash Video Player Build Status

Visit the main site at videojs.com for download options and instructions.

PLEASE EXCUSE OUR DUST

We're finishing up a big overhaul of the libary which includes

  • Closure compiler advanced mode support for drastically better minification over previous versions
  • Flashy new automated builds and test using node.js and grunt

Check out our contributing guide for info on building a local version.

About

Video.js was built to provide a fast and easy way to embed and work with video in a web page. It was built from the ground up with the assumption that HTML5 is the future of web video, however it supports Flash equally well for older browsers and for advanced features not yet supported in HTML5.

Some of the focuses of Video.js are:

  • Universal browser and device support
  • Fast player loading
  • Easily skinned (themed/chromed) using just CSS
  • A JavaScript API for controlling the video that works consistently across video platforms (HTML5, Flash, and soon other players like youtube) as well as devices

Getting Started

Check out our getting started guide.

Contributing

Check out our contributing guide.