mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
Merge #1830 to fix bugs in GB28181. 4.0.33
This commit is contained in:
parent
0ec2491bc7
commit
4146346243
2 changed files with 3 additions and 1 deletions
|
@ -159,6 +159,7 @@ For previous versions, please read:
|
|||
|
||||
## V4 changes
|
||||
|
||||
* v4.0, 2020-07-03, Merge [#1830][bug #1830] to fix bugs in GB28181. 4.0.33
|
||||
* v4.0, 2020-06-24, Support static link c++ libraries. 4.0.32
|
||||
* v4.0, 2020-06-23, Change log cid from int to string. 4.0.31
|
||||
* v4.0, 2020-06-13, GB28181 with JitterBuffer support. 4.0.30
|
||||
|
@ -1757,6 +1758,7 @@ Winlin
|
|||
[bug #1612]: https://github.com/ossrs/srs/issues/1612
|
||||
[bug #1636]: https://github.com/ossrs/srs/issues/1636
|
||||
[bug #1657]: https://github.com/ossrs/srs/issues/1657
|
||||
[bug #1830]: https://github.com/ossrs/srs/issues/1830
|
||||
[bug #zzzzzzzzzzzzz]: https://github.com/ossrs/srs/issues/zzzzzzzzzzzzz
|
||||
|
||||
[exo #828]: https://github.com/google/ExoPlayer/pull/828
|
||||
|
|
|
@ -24,6 +24,6 @@
|
|||
#ifndef SRS_CORE_VERSION4_HPP
|
||||
#define SRS_CORE_VERSION4_HPP
|
||||
|
||||
#define SRS_VERSION4_REVISION 32
|
||||
#define SRS_VERSION4_REVISION 33
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue