DPlayer/README.md

143 lines
6.1 KiB
Markdown
Raw Normal View History

2017-07-23 14:13:11 +00:00
<p align="center">
2018-07-18 16:11:37 +00:00
<img src="https://i.imgur.com/LnPvZvO.png" alt="ADPlayer" width="100">
2017-07-23 14:13:11 +00:00
</p>
<h1 align="center">DPlayer</h1>
2016-05-03 14:11:47 +00:00
2018-02-28 15:57:19 +00:00
> 🍭 Wow, such a lovely HTML5 danmaku video player
2017-07-23 14:17:16 +00:00
2016-05-03 14:11:47 +00:00
[![npm](https://img.shields.io/npm/v/dplayer.svg?style=flat-square)](https://www.npmjs.com/package/dplayer)
2017-07-27 17:30:38 +00:00
[![npm](https://img.shields.io/npm/l/dplayer.svg?style=flat-square)](https://github.com/MoePlayer/DPlayer/blob/master/LICENSE)
2016-05-03 14:11:47 +00:00
[![npm](https://img.shields.io/npm/dt/dplayer.svg?style=flat-square)](https://www.npmjs.com/package/dplayer)
2017-08-03 09:50:09 +00:00
[![size](https://badge-size.herokuapp.com/MoePlayer/DPlayer/master/dist/DPlayer.min.js?compression=gzip&style=flat-square)](https://github.com/MoePlayer/DPlayer/tree/master/dist)
2017-07-27 17:30:38 +00:00
[![Travis](https://img.shields.io/travis/MoePlayer/DPlayer.svg?style=flat-square)](https://travis-ci.org/MoePlayer/DPlayer)
2017-08-03 09:50:09 +00:00
[![devDependency Status](https://img.shields.io/david/dev/MoePlayer/dplayer.svg?style=flat-square)](https://david-dm.org/MoePlayer/DPlayer#info=devDependencies)
2016-05-03 14:11:47 +00:00
## Introduction
2017-07-23 14:17:16 +00:00
![image](http://i.imgur.com/207ch36.jpg)
DPlayer is a lovely HTML5 danmaku video player to help people build video and danmaku easily.
2017-07-23 14:13:11 +00:00
**DPlayer supports:**
2017-07-23 14:17:16 +00:00
- Streaming formats
2018-01-19 10:50:25 +00:00
- [HLS](https://github.com/video-dev/hls.js)
- [FLV](https://github.com/Bilibili/flv.js)
- [MPEG DASH](https://github.com/Dash-Industry-Forum/dash.js)
2018-01-19 09:30:35 +00:00
- [WebTorrent](https://github.com/webtorrent/webtorrent)
2018-01-19 10:50:25 +00:00
- Any other custom streaming formats
2017-07-23 14:17:16 +00:00
- Media formats
2018-01-19 10:50:25 +00:00
- MP4 H.264
- WebM
- Ogg Theora Vorbis
2017-07-23 14:17:16 +00:00
- Features
- Danmaku
2018-01-19 10:50:25 +00:00
- Screenshot
- Hotkeys
- Quality switching
2017-08-31 18:51:22 +00:00
- Thumbnails
2017-09-23 13:04:49 +00:00
- Subtitle
2016-11-28 04:28:51 +00:00
2016-10-17 03:15:10 +00:00
Using DPlayer on your project? [Let me know!](https://github.com/DIYgod/DPlayer/issues/31)
2016-10-17 03:14:21 +00:00
2018-02-28 15:57:19 +00:00
**[Docs](http://dplayer.js.org)**
2017-07-23 14:13:11 +00:00
2018-02-28 15:57:19 +00:00
**[中文文档](http://dplayer.js.org/#/zh-Hans/)**
2017-07-23 14:13:11 +00:00
2018-07-18 16:11:37 +00:00
## Thanks
2018-12-27 13:54:16 +00:00
## Special Sponsors
2019-02-12 03:49:07 +00:00
<a href="https://www.polyv.net/?f=git_DPlayer-20190212-01" target="_blank">
2018-12-27 13:54:16 +00:00
<img width="600px" src="https://i.imgur.com/d4XabAe.png">
</a>
2018-07-18 16:11:37 +00:00
### Sponsors
2018-11-20 16:55:10 +00:00
<a href="https://www.dogecloud.com/?ref=dplayer" target="_blank">
<img width="222px" src="https://i.imgur.com/BBKXPAp.png">
2018-07-18 16:11:37 +00:00
</a>
<a href="https://console.upyun.com/register/?invite=BkLZ2Xqob" target="_blank">
<img width="222px" src="https://imgur.com/apG1uKf.png">
</a>
### Contributors
<a href="https://github.com/MoePlayer/DPlayer/graphs/contributors"><img src="https://opencollective.com/DPlayer/contributors.svg?width=890" /></a>
2018-02-28 15:57:19 +00:00
## Join the Discussion
2016-05-03 14:11:47 +00:00
2018-02-28 15:57:19 +00:00
- [Telegram Group](https://t.me/adplayer)
2016-05-03 14:11:47 +00:00
2018-02-28 15:57:19 +00:00
## Related Projects
2017-06-18 18:44:56 +00:00
2018-02-28 15:57:19 +00:00
Feel free to submit yours in [`Let me know!`](https://github.com/MoePlayer/DPlayer/issues/31)
2017-07-23 14:13:11 +00:00
2018-02-28 15:57:19 +00:00
### Tooling
2017-06-18 18:44:56 +00:00
2018-02-28 15:57:19 +00:00
- [DPlayer-thumbnails](https://github.com/MoePlayer/DPlayer-thumbnails): generate video thumbnails
2016-11-28 07:02:19 +00:00
### Danmaku api
2016-11-28 07:02:19 +00:00
2018-02-28 15:57:19 +00:00
- [DPlayer-node](https://github.com/MoePlayer/DPlayer-node): Node.js
- [laravel-danmaku](https://github.com/MoePlayer/laravel-danmaku): PHP
- [dplayer-live-backend](https://github.com/Izumi-kun/dplayer-live-backend): Node.js, WebSocket live backend
- [RailsGun](https://github.com/MoePlayer/RailsGun): Ruby
2018-02-07 08:01:08 +00:00
2018-02-28 15:57:19 +00:00
### Plugins
2018-02-07 08:01:08 +00:00
2018-02-28 15:57:19 +00:00
- [DPlayer-for-typecho](https://github.com/volio/DPlayer-for-typecho): Typecho
- [Hexo-tag-dplayer](https://github.com/NextMoe/hexo-tag-dplayer): Hexo
- [DPlayer_for_Z-BlogPHP](https://github.com/fghrsh/DPlayer_for_Z-BlogPHP): Z-BlogPHP
- [DPlayer for Discuz!](https://coding.net/u/Click_04/p/video/git): Discuz!
- [DPlayer for WordPress](https://github.com/BlueCocoa/DPlayer-WordPress): WordPress
- [DPlayerHandle](https://github.com/kn007/DPlayerHandle): WordPress
- [Vue-DPlayer](https://github.com/sinchang/vue-dplayer): Vue
- [react-dplayer](https://github.com/hnsylitao/react-dplayer): React
2018-01-10 09:27:00 +00:00
2018-02-28 15:57:19 +00:00
### Other
2018-01-10 09:27:00 +00:00
2018-02-28 15:57:19 +00:00
- [DPlayer-Lite](https://github.com/kn007/DPlayer-Lite): lite version
2018-06-11 18:28:48 +00:00
- [hlsjs-p2p-engine](https://github.com/cdnbye/hlsjs-p2p-engine)
2018-03-22 17:08:16 +00:00
- Feel free to submit yours in [`Let me know!`](https://github.com/MoePlayer/DPlayer/issues/31)
2018-01-10 09:27:00 +00:00
2018-02-28 15:57:19 +00:00
## Who use DPlayer?
2018-01-10 09:27:00 +00:00
2018-06-06 14:58:34 +00:00
- [小红书](https://www.xiaohongshu.com/): 中国最大的生活社区分享平台,同时也是发现全球好物的电商平台
- [极客时间](https://time.geekbang.org/): 极客邦科技出品的一款 IT 内容知识服务 App
2018-02-28 15:57:19 +00:00
- [嘀哩嘀哩](http://www.dilidili.wang/): 兴趣使然的无名小站D站
- [银色子弹](https://www.sbsub.com/): 银色子弹,简称银弹,由多数柯南热爱者聚集在一起的组织
2018-03-22 17:08:16 +00:00
- [浙江大学CC98论坛](https://zh.wikipedia.org/wiki/CC98%E8%AE%BA%E5%9D%9B): 浙江大学校网内规模最大的论坛中国各大学中较活跃的BBS之一
2018-02-28 15:57:19 +00:00
- [纸飞机南航青年网络社区](http://my.nuaa.edu.cn/video-video.html): 南京航空航天大学门户网站
- [otomads](https://otomads.com/): 专注于音MAD的视频弹幕网站
- [Cloudreve](https://github.com/HFO4/Cloudreve): 基于ThinkPHP构建的网盘系统
2018-07-18 16:11:37 +00:00
- [oneindex](https://github.com/donwa/oneindex): Onedrive Directory Index
2018-02-28 15:57:19 +00:00
- Feel free to submit yours in [`Let me know!`](https://github.com/MoePlayer/DPlayer/issues/31)
2018-01-10 09:27:00 +00:00
2018-03-22 17:08:16 +00:00
## Donate
DPlayer is an MIT licensed open source project and completely free to use. However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing.
## One-time Donations
We accept donations through these channels:
- [Paypal](https://www.paypal.me/DIYgod)
- [WeChat Pay](https://i.imgur.com/aq6PtWa.png)
- [Alipay](https://i.imgur.com/wv1Pj2k.png)
- Bitcoin: 13CwQLHzPYm2tewNMSJBeArbbRM5NSmCD1
## Recurring Pledges
2018-07-18 16:11:37 +00:00
Recurring pledges come with exclusive perks, e.g. enabling faster GitHub response, having your name or your company logo listed in the DPlayer GitHub repository and this website.
2018-03-22 17:08:16 +00:00
2018-07-18 16:11:37 +00:00
- Become a backer or sponsor via [Patreon](https://www.patreon.com/DIYgod)
2018-03-22 17:08:16 +00:00
- E-mail us: i#html.love
2017-07-23 14:13:11 +00:00
## Author
2017-04-07 03:37:29 +00:00
2017-07-23 14:13:11 +00:00
**DPlayer** © [DIYgod](https://github.com/DIYgod), Released under the [MIT](./LICENSE) License.<br>
Authored and maintained by DIYgod with help from contributors ([list](https://github.com/DIYgod/DPlayer/contributors)).
2016-05-03 14:11:47 +00:00
2017-12-21 16:44:30 +00:00
> [Blog](https://diygod.me) · GitHub [@DIYgod](https://github.com/DIYgod) · Twitter [@DIYgod](https://twitter.com/DIYgod) · Telegram Channel [@awesomeDIYgod](https://t.me/awesomeDIYgod)