1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-12 19:31:53 +00:00

Fix bugs for GB28181 and RTC. 4.0.123

This commit is contained in:
winlin 2021-05-28 22:23:17 +08:00
parent 7be6025546
commit 4cf1f852cf
2 changed files with 2 additions and 1 deletions

View file

@ -180,6 +180,7 @@ For external services to work with SRS:
## V4 changes
* v4.0, 2021-05-28, Fix bugs for GB28181 and RTC. 4.0.123
* v4.0, 2021-05-21, Fix [#2370][bug #2370] bug for Firefox play stream(published by Chrome). 4.0.121
* v4.0, 2021-05-21, RTC: Refine sdk, migrate from onaddstream to ontrack. 4.0.120
* v4.0, 2021-05-21, Tools: Refine configure options. 4.0.119

View file

@ -26,6 +26,6 @@
#define VERSION_MAJOR 4
#define VERSION_MINOR 0
#define VERSION_REVISION 122
#define VERSION_REVISION 123
#endif