1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 20:01:56 +00:00

Merge branch 'develop' into feature/rtc

This commit is contained in:
winlin 2020-04-04 22:48:33 +08:00
commit 737dcdd2c8
2 changed files with 2 additions and 1 deletions

View file

@ -158,6 +158,7 @@ For previous versions, please read:
## V4 changes
* v4.0, 2020-04-04, Merge RTC and GB28181, with bugs fixed. 4.0.21
* v4.0, 2020-04-04, For [#307][bug #307], refine RTC latency from 600ms to 200ms. 4.0.20
* v4.0, 2020-04-03, For [#307][bug #307], build SRTP with openssl to improve performance. 4.0.19
* v4.0, 2020-03-31, For [#1500][bug #1500], support push stream by GB28181. 4.0.18

View file

@ -24,6 +24,6 @@
#ifndef SRS_CORE_VERSION4_HPP
#define SRS_CORE_VERSION4_HPP
#define SRS_VERSION4_REVISION 20
#define SRS_VERSION4_REVISION 21
#endif