正在显示
2 个修改的文件
包含
3 行增加
和
1 行删除
| @@ -335,6 +335,7 @@ Remark: | @@ -335,6 +335,7 @@ Remark: | ||
| 335 | 335 | ||
| 336 | ## History | 336 | ## History |
| 337 | 337 | ||
| 338 | +* v2.0, 2015-09-23, for [#485][bug #485] srs for respberrypi and cubieboard. 2.0.191 | ||
| 338 | * v2.0, 2015-09-21, fix [#484][bug #484] hotfix the openssl build script 2.0.190 | 339 | * v2.0, 2015-09-21, fix [#484][bug #484] hotfix the openssl build script 2.0.190 |
| 339 | * <strong>v2.0, 2015-09-14, [2.0 alpha1(2.0.189)][r2.0a1] released. 89269 lines.</strong> | 340 | * <strong>v2.0, 2015-09-14, [2.0 alpha1(2.0.189)][r2.0a1] released. 89269 lines.</strong> |
| 340 | * v2.0, 2015-09-14, fix [#474][bug #474] config to donot parse width/height from sps. 2.0.189 | 341 | * v2.0, 2015-09-14, fix [#474][bug #474] config to donot parse width/height from sps. 2.0.189 |
| @@ -1024,6 +1025,7 @@ Winlin | @@ -1024,6 +1025,7 @@ Winlin | ||
| 1024 | [bug #380]: https://github.com/simple-rtmp-server/srs/issues/380 | 1025 | [bug #380]: https://github.com/simple-rtmp-server/srs/issues/380 |
| 1025 | [bug #474]: https://github.com/simple-rtmp-server/srs/issues/474 | 1026 | [bug #474]: https://github.com/simple-rtmp-server/srs/issues/474 |
| 1026 | [bug #484]: https://github.com/simple-rtmp-server/srs/issues/484 | 1027 | [bug #484]: https://github.com/simple-rtmp-server/srs/issues/484 |
| 1028 | +[bug #485]: https://github.com/simple-rtmp-server/srs/issues/485 | ||
| 1027 | [bug #475]: https://github.com/simple-rtmp-server/srs/issues/475 | 1029 | [bug #475]: https://github.com/simple-rtmp-server/srs/issues/475 |
| 1028 | [bug #458]: https://github.com/simple-rtmp-server/srs/issues/458 | 1030 | [bug #458]: https://github.com/simple-rtmp-server/srs/issues/458 |
| 1029 | [bug #454]: https://github.com/simple-rtmp-server/srs/issues/454 | 1031 | [bug #454]: https://github.com/simple-rtmp-server/srs/issues/454 |
| @@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | @@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
| 31 | // current release version | 31 | // current release version |
| 32 | #define VERSION_MAJOR 2 | 32 | #define VERSION_MAJOR 2 |
| 33 | #define VERSION_MINOR 0 | 33 | #define VERSION_MINOR 0 |
| 34 | -#define VERSION_REVISION 190 | 34 | +#define VERSION_REVISION 191 |
| 35 | 35 | ||
| 36 | // server info. | 36 | // server info. |
| 37 | #define RTMP_SIG_SRS_KEY "SRS" | 37 | #define RTMP_SIG_SRS_KEY "SRS" |
-
请 注册 或 登录 后发表评论