1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-02 09:11:54 +02:00
Video.js - open source HTML5 video player
Go to file
Joseph Afework ab5f977d62 Added Support for custom video start time
1) The Start Time can be set via the data-setup array
2) If 'start-time' is not present defaut time of 0 seconds is used
3) To set a custom start time for a video simply set start-time to be
equal to the number of seconds from the start of the video you would
like to begin at.
For Example: "start-time":80 means that the video will start at
timecode 00:01:20 -> HH:MM:SS
2013-01-26 16:33:55 -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 Added Support for custom video start time 2013-01-26 16:33:55 -08:00
test Changed to vjs.obj.function naming for object related functions. 2013-01-25 17:36:40 -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 automated test suite and support for Travis CI. 2012-12-10 18:54:48 -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.