The jQuery HTML5 Audio / Video Library. Allows you to create a media player with a consistent interface and experience across all browsers.
npm install jplayerSupport for Zepto 1.0+ compiled with the data module.
_(*) Optional counterpart formats to increase HTML5 cross-browser support._
bower install jplayerInstall jPlayer via composer by adding the following lines to your composer.json in your project:
// ...
"require": {
// ...
"happyworm/jPlayer": "2.*"
// ...
}
// ...
"config": {
"component-dir": "your/desired/asset/path"
},
// ...
Then execute the following:
php composer.phar update
Composer will now download all components and install the needed files into your/desired/asset/path, ready to use.