diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE index 0b981c593..a797cb02c 100644 --- a/.github/ISSUE_TEMPLATE +++ b/.github/ISSUE_TEMPLATE @@ -9,15 +9,9 @@ assignees: '' **描述(Description)** -描述你遇到了什么问题。 -(Please description your issue here.) - -**环境(Environment)** +> 描述你遇到了什么问题(Please description your issue here) 1. SRS版本(Version): `xxxxxx` -1. 操作系统(OS):`xxxxxx` -1. 编码器(工具和版本)(Encoder):`xxxxxx` -1. 播放器(工具和版本)(Player):`xxxxxx` 1. SRS的日志如下(Log): ``` xxxxxxxxxxxx @@ -25,20 +19,12 @@ xxxxxxxxxxxx **重现(Replay)** -重现Bug的步骤如下: -(How to replay bug?) - -1. 启动SRS,运行(Start SRS by) `xxxxxx` -1. 推流,运行(Publish by) `xxxxxx` -1. 播放,运行(Play by) `xxxxxx` -1. 操作(Other steps) `xxxxxx` -1. 重现了Bug,关键信息如下(Bug replayed, logs): +> 重现Bug的步骤(How to replay bug?) -``` -xxxxxx -``` +1. `xxxxxx` +1. `xxxxxx` +1. `xxxxxx` **期望行为(Expect)** -描述你期望发生的事情。 -(Please describe your expectation.) +> 描述你期望发生的事情(Please describe your expectation) diff --git a/README.md b/README.md index 78f26c62e..88c2d8e15 100755 --- a/README.md +++ b/README.md @@ -148,6 +148,11 @@ For previous versions, please read: ## V3 changes +* v3.0, 2019-12-27, For [#299][bug #299], fix some bugs in dash, it works now. 3.0.88 +* v3.0, 2019-12-27, For [#1544][bug #1544], fix memory leaking for complex error. 3.0.87 +* v3.0, 2019-12-27, Add links for flv.js, hls.js and dash.js. +* v3.0, 2019-12-26, For [#1105][bug #1105], http server support mp4 range. +* v3.0, 2019-12-26, For [#1105][bug #1105], dvr mp4 supports playing on Chrome/Safari/Firefox. 3.0.86 * v3.0, 2019-12-26, [3.0 alpha6(3.0.85)][r3.0a6] released. 116056 lines. * v3.0, 2019-12-26, For [#1488][bug #1488], pass client ip to http callback. 3.0.85 * v3.0, 2019-12-25, For [#1537][bug #1537], [#1282][bug #1282], support aarch64 for armv8. 3.0.84 @@ -1567,6 +1572,8 @@ Winlin [bug #1537]: https://github.com/ossrs/srs/issues/1537 [bug #1538]: https://github.com/ossrs/srs/issues/1538 [bug #1282]: https://github.com/ossrs/srs/issues/1282 +[bug #1105]: https://github.com/ossrs/srs/issues/1105 +[bug #1544]: https://github.com/ossrs/srs/issues/1544 [bug #xxxxxxxxxxxxx]: https://github.com/ossrs/srs/issues/xxxxxxxxxxxxx [bug #1111]: https://github.com/ossrs/srs/issues/1111 diff --git a/trunk/research/players/index.html b/trunk/research/players/index.html index 2068f2631..f6fde88ce 100644 --- a/trunk/research/players/index.html +++ b/trunk/research/players/index.html @@ -9,56 +9,30 @@ padding-top: 55px; } - -
-+ 推荐的其他播放器: +
+