https://github.com/jplayer/jPlayer
jPlayer : HTML5 Audio & Video for jQuery
https://github.com/jplayer/jPlayer
Last synced: over 1 year ago
JSON representation
jPlayer : HTML5 Audio & Video for jQuery
- Host: GitHub
- URL: https://github.com/jplayer/jPlayer
- Owner: jplayer
- License: other
- Created: 2010-02-17T04:44:34.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2021-11-02T18:28:47.000Z (over 4 years ago)
- Last Synced: 2024-04-17T05:22:28.399Z (about 2 years ago)
- Language: JavaScript
- Homepage: http://jplayer.org/
- Size: 3.63 MB
- Stars: 4,601
- Watchers: 294
- Forks: 1,472
- Open Issues: 163
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: MIT-LICENSE.txt
Awesome Lists containing this project
README
# [jPlayer](http://jplayer.org/) : HTML5 Audio & Video for [jQuery](http://jquery.com/)
[Gitter](https://gitter.im/happyworm/jPlayer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Support for [Zepto](http://zeptojs.com/) 1.0+ compiled with the data module.
## What is jPlayer?
### jPlayer is a jQuery/Zepto plugin that allows you to:
* **play and control media** files in your webpage.
* create a **consistent interface** and experience across all browsers.
* create and style a media player using **just HTML and CSS**.
* add **audio** and **video** to your jQuery/Zepto projects.
* support more devices using **HTML5**.
* support older browsers using a Flash _fall-back/forward_.
* control media on your website using a [JavaScript API](http://www.jplayer.org/latest/developer-guide/).
### jPlayer supports:
* HTML5: **mp3, m4a (AAC), m4v (H.264),** ogv*, oga*, wav*, webm*
* Flash: **mp3, m4a (AAC), m4v (H.264),** rtmp, flv.
_(*) Optional counterpart formats to increase HTML5 cross-browser support._
## Bower Install
* simple install using `bower install jplayer`
* see for more information.
## Composer install
Install 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.
## License
[jPlayer](http://jplayer.org/) is licensed under the [MIT license](http://opensource.org/licenses/MIT).
## More information:
* [jPlayer.org](http://jplayer.org/)
* [Quick Start Guide](http://www.jplayer.org/latest/quick-start-guide/)
* [Developer Guide and API Reference](http://www.jplayer.org/latest/developer-guide/)
## Author:
Mark J Panaghiston [@thepag](http://twitter.com/thepag)
[happyworm.com](http://happyworm.com/)
## Alternative Versions
* [react-jPlayer](https://github.com/jPlayer/react-jPlayer)