From 4bf5ab2044800a5a47dc364dcf6cf5b434300d3b Mon Sep 17 00:00:00 2001 From: winlin Date: Fri, 16 Feb 2018 16:40:48 +0800 Subject: [PATCH] Fix #464, support RTMP origin cluster. 3.0.29 --- README.md | 3 ++- trunk/src/core/srs_core.hpp | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82e81fc14..598ca9829 100755 --- a/README.md +++ b/README.md @@ -182,11 +182,11 @@ Please select according to languages: - [x] High concurrency and performance([CN][v1_CN_Performance], [EN][v1_EN_Performance]), 6000+ connections(200kbps), CPU 82%, 203MB. - [x] Enhanced complex error code with description and stack, read [#913][bug #913]. - [x] Enhanced RTMP url which supports vhost in stream, read [#1059][bug #1059]. +- [x] Support origin cluster, please read [#464][bug #464], [RTMP 302][bug #92]. - [ ] Utest cover almost all kernel code. - [ ] Enhanced forwarding with vhost and variables. - [ ] Support listen at IPv4 and IPv6, read [#460][bug #460]. - [ ] Support source cleanup for idle streams. -- [ ] Support origin cluster, please read [#464][bug #464], [RTMP 302][bug #92]. - [ ] Support H.265 by pushing H.265 over RTMP, deliverying in HLS, read [#465][bug #465]. - [ ] Support HLS+, the HLS edge server, please read [#466][bug #466] and [#468][bug #468]. @@ -197,6 +197,7 @@ Please select according to languages: ### V3 changes +* v3.0, 2018-02-16, Fix [#464][bug #464], support RTMP origin cluster. 3.0.29 * v3.0, 2018-02-13, Fix [#1057][bug #1057], switch to simple handshake. 3.0.28 * v3.0, 2018-02-13, Fix [#1059][bug #1059], merge from 2.0, supports url with vhost in stream. 3.0.27 * v3.0, 2018-01-01, Fix [#913][bug #913], support complex error. 3.0.26 diff --git a/trunk/src/core/srs_core.hpp b/trunk/src/core/srs_core.hpp index 8d208fecd..4346114c9 100644 --- a/trunk/src/core/srs_core.hpp +++ b/trunk/src/core/srs_core.hpp @@ -27,7 +27,7 @@ // current release version #define VERSION_MAJOR 3 #define VERSION_MINOR 0 -#define VERSION_REVISION 28 +#define VERSION_REVISION 29 // generated by configure, only macros. #include