正在显示
1 个修改的文件
包含
4 行增加
和
5 行删除
| @@ -2,15 +2,12 @@ | @@ -2,15 +2,12 @@ | ||
| 2 | 2 | ||
| 3 | SRS定位是运营级的互联网直播服务器集群,追求更好的概念完整性和最简单实现的代码。 | 3 | SRS定位是运营级的互联网直播服务器集群,追求更好的概念完整性和最简单实现的代码。 |
| 4 | 4 | ||
| 5 | -SRS is industrial-strength live streaming cluster, | ||
| 6 | -for the best conceptual integrity and the simplest implementation. | ||
| 7 | - | ||
| 8 | Download from github.io: | 5 | Download from github.io: |
| 9 | -[Centos6-x86_64](http://winlinvip.github.io/srs.release/releases/files/SRS-CentOS6-x86_64-1.0.21.zip) | 6 | +[Centos6-x86_64](http://winlinvip.github.io/srs.release/releases/files/SRS-CentOS6-x86_64-1.0.27.zip) |
| 10 | [more...](http://winlinvip.github.io/srs.release/releases/) | 7 | [more...](http://winlinvip.github.io/srs.release/releases/) |
| 11 | 8 | ||
| 12 | Download from ossrs.net: | 9 | Download from ossrs.net: |
| 13 | -[Centos6-x86_64](http://www.ossrs.net/srs.release/releases/files/SRS-CentOS6-x86_64-1.0.21.zip) | 10 | +[Centos6-x86_64](http://www.ossrs.net/srs.release/releases/files/SRS-CentOS6-x86_64-1.0.27.zip) |
| 14 | [more...](http://www.ossrs.net/srs.release/releases/) | 11 | [more...](http://www.ossrs.net/srs.release/releases/) |
| 15 | 12 | ||
| 16 | ## About | 13 | ## About |
| @@ -500,6 +497,7 @@ Supported operating systems and hardware: | @@ -500,6 +497,7 @@ Supported operating systems and hardware: | ||
| 500 | 1. [no-plan] Support RTP/RTSP server. | 497 | 1. [no-plan] Support RTP/RTSP server. |
| 501 | 498 | ||
| 502 | ## Releases | 499 | ## Releases |
| 500 | +* 2015-02-12, [Release v1.0r2](https://github.com/winlinvip/simple-rtmp-server/releases/tag/1.0r2), bug fixed, 1.0.27, 59507 lines.<br/> | ||
| 503 | * 2015-01-15, [Release v1.0r1](https://github.com/winlinvip/simple-rtmp-server/releases/tag/1.0r1), bug fixed, 1.0.21, 59472 lines.<br/> | 501 | * 2015-01-15, [Release v1.0r1](https://github.com/winlinvip/simple-rtmp-server/releases/tag/1.0r1), bug fixed, 1.0.21, 59472 lines.<br/> |
| 504 | * 2014-12-05, [Release v1.0r0](https://github.com/winlinvip/simple-rtmp-server/releases/tag/1.0r0), all bug fixed, 1.0.10, 59391 lines.<br/> | 502 | * 2014-12-05, [Release v1.0r0](https://github.com/winlinvip/simple-rtmp-server/releases/tag/1.0r0), all bug fixed, 1.0.10, 59391 lines.<br/> |
| 505 | * 2014-10-09, [Release v1.0-beta](https://github.com/winlinvip/simple-rtmp-server/releases/tag/1.0.beta), all bug fixed, 1.0.0, 59316 lines.<br/> | 503 | * 2014-10-09, [Release v1.0-beta](https://github.com/winlinvip/simple-rtmp-server/releases/tag/1.0.beta), all bug fixed, 1.0.0, 59316 lines.<br/> |
| @@ -599,6 +597,7 @@ Supported operating systems and hardware: | @@ -599,6 +597,7 @@ Supported operating systems and hardware: | ||
| 599 | 597 | ||
| 600 | ### SRS 1.0 history | 598 | ### SRS 1.0 history |
| 601 | 599 | ||
| 600 | +* <strong>v1.0, 2015-02-12, [1.0r2 release(1.0.27)](https://github.com/winlinvip/simple-rtmp-server/releases/tag/1.0r2) released. 59507 lines.</strong> | ||
| 602 | * v1.0, 2015-02-11, dev code HuKaiqun for 1.0.27. | 601 | * v1.0, 2015-02-11, dev code HuKaiqun for 1.0.27. |
| 603 | * v1.0, 2015-02-10, for [#310](https://github.com/winlinvip/simple-rtmp-server/issues/310), the aac profile must be object plus one. 1.0.26 | 602 | * v1.0, 2015-02-10, for [#310](https://github.com/winlinvip/simple-rtmp-server/issues/310), the aac profile must be object plus one. 1.0.26 |
| 604 | * v1.0, 2015-01-25, hotfix [#268](https://github.com/winlinvip/simple-rtmp-server/issues/268), refine the pcr start at 0, dts/pts plus delay. 1.0.25 | 603 | * v1.0, 2015-01-25, hotfix [#268](https://github.com/winlinvip/simple-rtmp-server/issues/268), refine the pcr start at 0, dts/pts plus delay. 1.0.25 |
-
请 注册 或 登录 后发表评论