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
2013-02-04 16:20:29 -08:00
build Updated grunt script to add CSS/PNG/SWF files dist. Also did some renaming of files and folders. 2013-01-25 15:22:14 -08:00
docs Merge branch 'feature/component-docs' 2013-01-14 22:40:19 -05:00
sandbox Updated index.html.example to use sourcelist.js. 2013-01-14 23:29:20 -05:00
src Removed global plugin reference object. Not needed. 2013-02-04 13:56:50 -08:00
test Added test for overwriting existing plugin 2013-02-04 16:13:37 -08:00
.editorconfig Added .editorconfig and travis CI badge 2012-12-11 14:33:42 -08:00
.gitignore Updated grunt script to add CSS/PNG/SWF files dist. Also did some renaming of files and folders. 2013-01-25 15:22:14 -08:00
.jshintrc Updated events to support event.stopImmediatePropagation(). 2013-01-17 20:33:53 -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
CHANGELOG.md Adding line to CHANGELOG: Added a plugins interface 2013-02-04 16:20:29 -08:00
CONTRIBUTING.md Formatted install steps 2013-01-16 17:13:39 -05:00
Gruntfile.js Changed to vjs.obj.function naming for object related functions. 2013-01-25 17:36:40 -08:00
LGPLv3-LICENSE.txt Optimized slider controls. 2011-12-05 11:28:18 -08:00
package.json Trying to test testling 2013-01-25 18:17:20 -08:00
README.md Updated grunt script to add CSS/PNG/SWF files dist. Also did some renaming of files and folders. 2013-01-25 15:22:14 -08: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 inludues

  • 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 gettign started guide.

Contributing

Check out our contributing guide.