Skip to content

Video.js - open source HTML5 & Flash video player

License

Notifications You must be signed in to change notification settings

izkmdz/video.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@silvermine/video.js - A fork of video.js

This fork makes source setting synchronous in order to work around browser autoplay policies. See videojs/video.js#4765 for more information.

Package release process notes

Node and NPM versions

$ node -v
v6.10.3
$ npm -v
5.7.1

Commands

nvm use 6.10.3
git fetch --all
git checkout silvermine_7.2.x
git status # make sure there are no uncommited changes
git reset origin/silvermine_7.2.x --hard
npm install
git status # make sure there are no uncommited changes
npm version "7.2.0-${NEW_BUILD_NUMBER}" -m "chore: Version bump: %s"
npm pack
npm publish "silvermine-video.js-7.2.0-${NEW_BUILD_NUMBER}.tgz"

About

Video.js - open source HTML5 & Flash video player

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.5%
  • SCSS 3.4%
  • Other 0.1%