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
- Host: GitHub
- URL: https://github.com/ourai/videojs-progress
- Owner: ourai
- Created: 2016-03-16T03:02:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-16T03:03:36.000Z (over 10 years ago)
- Last Synced: 2025-03-25T10:37:26.968Z (about 1 year ago)
- Topics: progressbar, videojs-plugin
- Language: JavaScript
- Homepage:
- Size: 270 KB
- Stars: 6
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

2. Timepoint

## 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"
}
]
});