1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-04 06:48:49 +02:00
Video.js - open source HTML5 video player
Go to file
Steve Heffernan d7f840a969 Better error handling. closes #1197
Squashed commit of the following:

commit 81d785980d
Author: Steve Heffernan <steve@zencoder.com>
Date:   Mon May 12 12:53:59 2014 -0700

    Removed unneeded comments

commit c7ad7322e4
Author: Steve Heffernan <steve@zencoder.com>
Date:   Fri May 9 14:29:31 2014 -0700

    Addressed comments in #1191
    Now clearing errors on loadstart events.
    Added some default error messages.

commit a742239d0e
Author: Steve Heffernan <steve@zencoder.com>
Date:   Wed May 7 15:38:31 2014 -0700

    Fixed the error display to hide by default

commit 561c3f8449
Author: Steve Heffernan <steve@zencoder.com>
Date:   Mon May 5 10:44:47 2014 -0700

    Added support for displaying a message for the error.

commit 2214207842
Author: Steve Heffernan <steve@zencoder.com>
Date:   Fri May 2 17:18:22 2014 -0700

    Updated spinner to hide on all errors

commit 95d7e70274
Author: Steve Heffernan <steve@zencoder.com>
Date:   Fri May 2 15:37:44 2014 -0700

    Exported ErrorDisplay

commit 11ca9cdd8d
Author: Steve Heffernan <steve@zencoder.com>
Date:   Fri May 2 15:35:46 2014 -0700

    Updated flash tech to support new errors

commit 56cbe66f42
Author: Steve Heffernan <steve@zencoder.com>
Date:   Fri May 2 13:06:49 2014 -0700

    Started on better error handling and displaying in the UI when an error has occurred.

commit 740014c57b
Author: Steve Heffernan <steve@zencoder.com>
Date:   Wed Apr 30 16:11:33 2014 -0700

    Added better global log/error/warn functions.
    Added sinon.js for stubs in tests.
    Updated grunt version to satisfy peer dependency warning.
2014-05-12 17:08:48 -07:00
build Better error handling. closes #1197 2014-05-12 17:08:48 -07:00
docs More explicit MIME type note 2014-05-07 15:31:02 -07:00
sandbox Added a more informative and styled fallback message for non-html5 browsers that also have JavaScript disabled 2014-04-29 13:39:38 -07:00
src Better error handling. closes #1197 2014-05-12 17:08:48 -07:00
test Better error handling. closes #1197 2014-05-12 17:08:48 -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 Close GH-801: API Doc Generation 2. Fixes #747 2013-10-28 18:25:28 -07:00
.jshintrc Better error handling. closes #1197 2014-05-12 17:08:48 -07:00
.npmignore Use .npmignore to package a smaller subset of videojs for distribution. Make sure to include the video-js.less file for the designer to use. 2014-03-04 09:50:58 -05:00
.travis.yml Added Travis CI config, and also supporting package.json. 2012-12-10 18:51:48 -08:00
bower.json Release 4.5.2 2014-04-12 14:03:18 -07:00
browsers.json First pass at automated multi-browser/device testing. closes #419 2013-04-12 16:51:04 -07:00
CHANGELOG.md Better error handling. closes #1197 2014-05-12 17:08:48 -07:00
component.json Release 4.5.2 2014-04-12 14:03:18 -07:00
contrib.json Added bug and request contrib commands 2014-05-09 13:09:58 -07:00
CONTRIBUTING.md update contributing doc with grunt commands 2014-03-25 15:38:32 -07:00
Gruntfile.js Better error handling. closes #1197 2014-05-12 17:08:48 -07:00
LICENSE switched license over from LGPLv3 to Apache2 2013-04-21 20:36:44 -07:00
package.json Better error handling. closes #1197 2014-05-12 17:08:48 -07:00
README.md Update the Readme.md file with the current year. 2014-03-05 17:44:07 -06:00

Video.js - HTML5 Video Player Build Status

Video.js is a web video player built from the ground up for an HTML5 world. It supports HTML5 and Flash video, as well as YouTube and Vimeo (through plugins). It supports video playback on desktops and mobile devices. This project was started mid 2010, and the player is now used on over 50,000 websites.

Visit videojs.com for an overview, download options, and instructions on how to use the player on your site.

Contributing

Video.js is a free and open source library, and we appreciate any help you're willing to give. Check out the contributing guide.

Building your own Video.js from source

To build your own custom version read the section on contributing code and "Building your own copy" in the contributing guide.

License

Video.js is licensed under the Apache License, Version 2.0. View the license file

Copyright 2014 Brightcove, Inc.