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-05-08 22:30:52 -07:00
build Broke up controls.js into multiple files. 2013-05-02 19:03:29 -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 Created a new deploy process for the new version 2013-05-08 22:30:52 -07:00
test Wrote a test for controls changes. 2013-05-02 17:15:37 -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 Rotating CHANGELOG 2013-05-03 23:05:33 -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
CHANGELOG2.md Testing new changelog options 2013-05-06 10:24:18 -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 Created a new deploy process for the new version 2013-05-08 22:30:52 -07:00
LICENSE switched license over from LGPLv3 to Apache2 2013-04-21 20:36:44 -07:00
package.json Updated version back to 4.0 2013-05-08 14:15:41 -07:00
README.md added license to readme 2013-04-28 17:35:21 -07: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.

License

Copyright 2013 Brightcove, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.