An open API service indexing awesome lists of open source software.

https://github.com/ourai/videojs-progress

Enhancement for Video.js's progress bar
https://github.com/ourai/videojs-progress

progressbar videojs-plugin

Last synced: about 1 year ago
JSON representation

Enhancement for Video.js's progress bar

Awesome Lists containing this project

README

          

# Video.js Progress

This is a plugin based on [jQuery](http://jquery.com/) for [Video.js](https://github.com/videojs/video.js) to make progress bar stronger.

## Features

1. Tooltip

![Tooltip](snapshots/tooltip.jpg)

2. Timepoint

![Timepoint](snapshots/timepoint.jpg)

## Dependencies

* jQuery 1.8.3
* Video.js 4.7.3

## Installation



## Usage


videojs("myVideo").progress({
timepoints: [
{
time: 9,
text: "Video.js"
},
{
time: 16,
text: "progress bar"
},
{
time: 23,
text: "http://video-js.zencoder.com/oceans-clip.ogv"
},
{
time: 28,
text: "already"
},
{
time: 47,
text: "evolution"
}
]
});