Skip to content

Commit 4b8f008

Browse files
committed
[dev] updated LICENSE and README files.
1 parent ae6ef22 commit 4b8f008

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
lines changed

.github/ISSUE_TEMPLATE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
When you meet a bug, please open the issue including a title prefixed by '[bug]' and describe it as follows:
2-
当你碰到一个bug,请在提出问题时以'[bug]'为前缀写明标题,并且像下面的内容一样描述它:
2+
当你碰到一个 bug,请在提出问题时以 '[bug]' 为前缀写明标题,并且像下面的内容一样描述它:
33

44
### Expected behavior / 期望行为
55

66
### Actual behavior / 实际行为
77

8-
### OS and Nginx version / 操作系统和Nginx版本号
8+
### OS and Nginx version / 操作系统和 Nginx 版本号
99

1010
### Configuration file / 配置文件
1111

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
BSD 2-Clause License
22

33
Copyright (c) 2012-2017, Roman Arutyunyan
4-
Copyright (c) 2017-2020, Winshining
4+
Copyright (c) 2017-2021, Winshining
55
Copyright (c) 2018-2019, plainheart, HeyJupiter
66
Copyright (c) 2018, han4235, Vladimir Vainer
77
Copyright (c) 2019, ever4Keny

README.CN.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,17 @@
4242

4343
## 支持的系统
4444

45-
* Linux(推荐)/FreeBSD/MacOS/Windows(受限)。
45+
* Linux(推荐)/ FreeBSD / MacOS / Windows(受限)。
4646

4747
## 支持的播放器
4848

49-
* [VLC](http://www.videolan.org) (RTMP & HTTP-FLV)/[OBS](https://obsproject.com) (RTMP & HTTP-FLV)/[JW Player](https://www.jwplayer.com) (RTMP)/[flv.js](https://github.com/Bilibili/flv.js) (HTTP-FLV).
49+
* [VLC](http://www.videolan.org) (RTMP & HTTP-FLV) / [OBS](https://obsproject.com) (RTMP & HTTP-FLV) / [JW Player](https://www.jwplayer.com) (RTMP) / [flv.js](https://github.com/Bilibili/flv.js) (HTTP-FLV).
5050

5151
### 注意
5252

53-
[flv.js](https://github.com/Bilibili/flv.js) 只能运行在支持 [Media Source Extensions](https://www.w3.org/TR/media-source) 的浏览器上。
53+
* Adobe 将在 2020 年 12 月 31 日之后停止对 [flash 播放器](https://www.adobe.com/products/flashplayer.html) 的官方支持,详情见 [Adobe Flash Player EOL General Information Page](https://www.adobe.com/products/flashplayer/end-of-life.html)。主流浏览器随后将移除 flash 播放器,使用 flash 播放器的插件将不再可用。
54+
55+
* [flv.js](https://github.com/Bilibili/flv.js) 只能运行在支持 [Media Source Extensions](https://www.w3.org/TR/media-source) 的浏览器上。
5456

5557
## 依赖
5658

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Donate if you like this module. Many thanks to you!
2626

2727
| Features | nginx-http-flv-module | nginx-rtmp-module | Remarks |
2828
| :---------------------: | :-------------------: | :---------------: | :---------------------------------------------: |
29-
| HTTP-FLV (subscribe) || x | HTTPS-FLV and chunked response supported |
29+
| HTTP-FLV (for play) || x | HTTPS-FLV and chunked response supported |
3030
| GOP cache || x | |
3131
| VHOST || x | |
3232
| Omit `listen` directive || See remarks | There MUST be at least one `listen` directive |
@@ -42,15 +42,17 @@ The [NGINX](http://nginx.org) version **SHOULD** be equal to or greater than 1.2
4242

4343
## Systems supported
4444

45-
* Linux (recommended)/FreeBSD/MacOS/Windows (limited).
45+
* Linux (recommended) / FreeBSD / MacOS / Windows (limited).
4646

4747
## Players supported
4848

49-
* [VLC](http://www.videolan.org) (RTMP & HTTP-FLV)/[OBS](https://obsproject.com) (RTMP & HTTP-FLV)/[JW Player](https://www.jwplayer.com) (RTMP)/[flv.js](https://github.com/Bilibili/flv.js) (HTTP-FLV).
49+
* [VLC](http://www.videolan.org) (RTMP & HTTP-FLV) / [OBS](https://obsproject.com) (RTMP & HTTP-FLV) / [JW Player](https://www.jwplayer.com) (RTMP) / [flv.js](https://github.com/Bilibili/flv.js) (HTTP-FLV).
5050

5151
### Note
5252

53-
[flv.js](https://github.com/Bilibili/flv.js) can only run with browsers that support [Media Source Extensions](https://www.w3.org/TR/media-source).
53+
* [Flash player](https://www.adobe.com/products/flashplayer.html) will be no longer supported officially by Adobe after December 31, 2020, refer to [Adobe Flash Player EOL General Information Page](https://www.adobe.com/products/flashplayer/end-of-life.html) for details. Plugins that use flash player won't work after the major browsers subsequently remove flash player.
54+
55+
* [flv.js](https://github.com/Bilibili/flv.js) can only run with browsers that support [Media Source Extensions](https://www.w3.org/TR/media-source).
5456

5557
## Prerequisites
5658

0 commit comments

Comments
 (0)