mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 11:51:57 +00:00
HTML5 video tag resolution adaptive. 4.0.59
This commit is contained in:
parent
26dec1b037
commit
10ffb2da36
2 changed files with 2 additions and 1 deletions
|
@ -155,6 +155,7 @@ For previous versions, please read:
|
||||||
|
|
||||||
## V4 changes
|
## V4 changes
|
||||||
|
|
||||||
|
* v4.0, 2021-01-08, HTML5 video tag resolution adaptive. 4.0.59
|
||||||
* v4.0, 2021-01-08, Fix memory leak and bugs for RTC. 4.0.58
|
* v4.0, 2021-01-08, Fix memory leak and bugs for RTC. 4.0.58
|
||||||
* v4.0, 2021-01-06, Merge #2109, Refine srs_string_split.
|
* v4.0, 2021-01-06, Merge #2109, Refine srs_string_split.
|
||||||
* v4.0, 2021-01-06, Merge #2109, Fix bugs for GB28181.
|
* v4.0, 2021-01-06, Merge #2109, Fix bugs for GB28181.
|
||||||
|
|
|
@ -24,6 +24,6 @@
|
||||||
#ifndef SRS_CORE_VERSION4_HPP
|
#ifndef SRS_CORE_VERSION4_HPP
|
||||||
#define SRS_CORE_VERSION4_HPP
|
#define SRS_CORE_VERSION4_HPP
|
||||||
|
|
||||||
#define SRS_VERSION4_REVISION 58
|
#define SRS_VERSION4_REVISION 59
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue