dplayer-enhanced 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) DIYgod <diy.d.god@gmail.com> (https://www.anotherhome.net/)
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,140 @@
1
+ <p align="center">
2
+ <img src="https://i.imgur.com/LnPvZvO.png" alt="ADPlayer" width="100">
3
+ </p>
4
+ <h1 align="center">DPlayer</h1>
5
+
6
+ > 🍭 Wow, such a lovely HTML5 danmaku video player
7
+
8
+ [![npm](https://img.shields.io/npm/v/dplayer.svg?style=flat-square)](https://www.npmjs.com/package/dplayer)
9
+ [![npm](https://img.shields.io/npm/l/dplayer.svg?style=flat-square)](https://github.com/MoePlayer/DPlayer/blob/master/LICENSE)
10
+ [![npm](https://img.shields.io/npm/dt/dplayer.svg?style=flat-square)](https://www.npmjs.com/package/dplayer)
11
+ [![](https://data.jsdelivr.com/v1/package/npm/dplayer/badge)](https://www.jsdelivr.com/package/npm/dplayer)
12
+
13
+ ## Introduction
14
+
15
+ ![image](http://i.imgur.com/207ch36.jpg)
16
+
17
+ DPlayer is a lovely HTML5 danmaku video player to help people build video and danmaku easily.
18
+
19
+ **DPlayer supports:**
20
+
21
+ - Streaming formats
22
+ - [HLS](https://github.com/video-dev/hls.js)
23
+ - [FLV](https://github.com/Bilibili/flv.js)
24
+ - [MPEG DASH](https://github.com/Dash-Industry-Forum/dash.js)
25
+ - [WebTorrent](https://github.com/webtorrent/webtorrent)
26
+ - Any other custom streaming formats
27
+ - Media formats
28
+ - MP4 H.264
29
+ - WebM
30
+ - Ogg Theora Vorbis
31
+ - Features
32
+ - Danmaku
33
+ - Screenshot
34
+ - Hotkeys
35
+ - Quality switching
36
+ - Thumbnails
37
+ - Subtitle
38
+
39
+ Using DPlayer on your project? [Let me know!](https://github.com/DIYgod/DPlayer/issues/31)
40
+
41
+ **[Docs](https://dplayer.diygod.dev/)**
42
+
43
+ **[中文文档](https://dplayer.diygod.dev/zh/)**
44
+
45
+ ## Thanks
46
+
47
+ ### Sponsors
48
+
49
+ <div>
50
+ <a href="https://www.dogecloud.com/?ref=dplayer" target="_blank">
51
+ <img height="60px" src="https://player.dogecloud.com/img/logo_with_product3.png">
52
+ </a>
53
+ </div>
54
+
55
+ ### Contributors
56
+
57
+ <a href="https://github.com/MoePlayer/DPlayer/graphs/contributors"><img src="https://opencollective.com/DPlayer/contributors.svg?width=890" /></a>
58
+
59
+ ## Related Projects
60
+
61
+ Feel free to submit yours in [`Let me know!`](https://github.com/MoePlayer/DPlayer/issues/31)
62
+
63
+ ### Tooling
64
+
65
+ - [DPlayer-thumbnails](https://github.com/MoePlayer/DPlayer-thumbnails): generate video thumbnails
66
+
67
+ ### Danmaku api
68
+
69
+ - [DPlayer-node](https://github.com/MoePlayer/DPlayer-node): Node.js
70
+ - [laravel-danmaku](https://github.com/MoePlayer/laravel-danmaku): PHP
71
+ - [dplayer-live-backend](https://github.com/Izumi-kun/dplayer-live-backend): Node.js, WebSocket live backend
72
+ - [RailsGun](https://github.com/MoePlayer/RailsGun): Ruby
73
+
74
+ ### Plugins
75
+
76
+ - [DPlayer-for-typecho](https://github.com/volio/DPlayer-for-typecho): Typecho
77
+ - [Hexo-tag-dplayer](https://github.com/NextMoe/hexo-tag-dplayer): Hexo
78
+ - [DPlayer_for_Z-BlogPHP](https://github.com/fghrsh/DPlayer_for_Z-BlogPHP): Z-BlogPHP
79
+ - [DPlayer for Discuz!](https://coding.net/u/Click_04/p/video/git): Discuz!
80
+ - [DPlayer for WordPress](https://github.com/BlueCocoa/DPlayer-WordPress): WordPress
81
+ - [DPlayerHandle](https://github.com/kn007/DPlayerHandle): WordPress
82
+ - [Selection](https://github.com/GreatSatan79/Selection): WordPress
83
+ - [Vue-DPlayer](https://github.com/sinchang/vue-dplayer): Vue
84
+ - [react-dplayer](https://github.com/hnsylitao/react-dplayer): React
85
+ - [rc-dplayer](https://github.com/tianfeng98/rc-dplayer): React
86
+
87
+ ### Other
88
+
89
+ - [DPlayer-Lite](https://github.com/kn007/DPlayer-Lite): lite version
90
+ - [hlsjs-p2p-engine](https://github.com/cdnbye/hlsjs-p2p-engine): Let your viewers become your unlimitedly scalable CDN
91
+ - [CBPlayer](https://github.com/cdnbye/CBPlayer): Dplayer with CDNBye P2P plugin built in, supporting HLS, MP4 and MPEG-DASH P2P streaming.
92
+ - Feel free to submit yours in [`Let me know!`](https://github.com/MoePlayer/DPlayer/issues/31)
93
+
94
+ ## Who use DPlayer?
95
+
96
+ - [学习强国](https://itunes.apple.com/cn/app/%E5%AD%A6%E4%B9%A0%E5%BC%BA%E5%9B%BD/id1426355645?mt=8): “学习强国”学习平台精心打造的手机客户端
97
+ - [小红书](https://www.xiaohongshu.com/): 中国最大的生活社区分享平台,同时也是发现全球好物的电商平台
98
+ - [极客时间](https://time.geekbang.org/): 极客邦科技出品的一款 IT 内容知识服务 App
99
+ - [嘀哩嘀哩](http://www.dilidili.wang/): 兴趣使然的无名小站(D 站)
100
+ - [银色子弹](https://www.sbsub.com/): 银色子弹,简称银弹,由多数柯南热爱者聚集在一起的组织
101
+ - [浙江大学 CC98 论坛](https://zh.wikipedia.org/wiki/CC98%E8%AE%BA%E5%9D%9B): 浙江大学校网内规模最大的论坛,中国各大学中较活跃的 BBS 之一
102
+ - [纸飞机南航青年网络社区](http://my.nuaa.edu.cn/video-video.html): 南京航空航天大学门户网站
103
+ - [otomads](https://otomads.com/): 专注于音 MAD 的视频弹幕网站
104
+ - [Cloudreve](https://github.com/HFO4/Cloudreve): 基于 ThinkPHP 构建的网盘系统
105
+ - [oneindex](https://github.com/donwa/oneindex): Onedrive Directory Index
106
+ - [arozos](https://github.com/tobychui/arozos): General purposed Web Desktop Operating Platform / OS for Raspberry Pis
107
+ - [新东方云教室](https://roombox.xdf.cn/)
108
+ - [BBHouse](https://github.com/endcloud/bbhouse-tauri): A Bilibili Cross-Platform Desktop Client Powered By Tauri
109
+ - [Tampermonkey 阿里云盘](https://greasyfork.org/zh-CN/scripts/425955-%E9%98%BF%E9%87%8C%E4%BA%91%E7%9B%98)
110
+ - [arozos](https://github.com/tobychui/arozos)
111
+ - [GBCLStudio/fof-upload-qcloud](https://github.com/GBCLStudio/FoF-Upload-Qcloud)
112
+ - Feel free to submit yours in [`Let me know!`](https://github.com/MoePlayer/DPlayer/issues/31)
113
+
114
+ ## Donate
115
+
116
+ 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.
117
+
118
+ You can support DPlayer via donations.
119
+
120
+ ### Recurring Donation
121
+
122
+ - Become a Sponser on [GitHub](https://github.com/sponsors/DIYgod)
123
+ - Become a Sponser on [Patreon](https://www.patreon.com/DIYgod)
124
+ - Become a Sponser on [爱发电](https://afdian.net/@diygod)
125
+ - Contact us directly: i@diygod.me
126
+
127
+ ### One-time Donation
128
+
129
+ We accept donations via the following ways:
130
+
131
+ - [WeChat Pay](https://diygod.me/images/wx.jpg)
132
+ - [Alipay](https://diygod.me/images/zfb.jpg)
133
+ - [Paypal](https://www.paypal.me/DIYgod)
134
+
135
+ ## Author
136
+
137
+ **DPlayer** © [DIYgod](https://github.com/DIYgod), Released under the [MIT](./LICENSE) License.<br>
138
+ Authored and maintained by DIYgod with help from contributors ([list](https://github.com/DIYgod/DPlayer/contributors)).
139
+
140
+ > [Blog](https://diygod.me) · GitHub [@DIYgod](https://github.com/DIYgod) · Twitter [@DIYgod](https://twitter.com/DIYgod) · Telegram Channel [@awesomeDIYgod](https://t.me/awesomeDIYgod)