mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Update project code. 4.0.3
This commit is contained in:
parent
55fa62e41f
commit
3023dc7b40
3 changed files with 3 additions and 2 deletions
|
@ -153,6 +153,7 @@ For previous versions, please read:
|
||||||
|
|
||||||
## V4 changes
|
## V4 changes
|
||||||
|
|
||||||
|
* v4.0, 2020-02-04, Update project code. 4.0.3
|
||||||
* v4.0, 2020-01-26, Allow use libsrt.so for SRT is MPL license. 4.0.2
|
* v4.0, 2020-01-26, Allow use libsrt.so for SRT is MPL license. 4.0.2
|
||||||
* v4.0, 2020-01-24, Fix [#1147][bug #1147], support SRT(Secure Reliable Transport). 4.0.1
|
* v4.0, 2020-01-24, Fix [#1147][bug #1147], support SRT(Secure Reliable Transport). 4.0.1
|
||||||
|
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
|
|
||||||
// The project informations, may sent to client in HTTP header or RTMP metadata.
|
// The project informations, may sent to client in HTTP header or RTMP metadata.
|
||||||
#define RTMP_SIG_SRS_KEY "SRS"
|
#define RTMP_SIG_SRS_KEY "SRS"
|
||||||
#define RTMP_SIG_SRS_CODE "OuXuli"
|
#define RTMP_SIG_SRS_CODE "Leo"
|
||||||
#define RTMP_SIG_SRS_URL "https://github.com/ossrs/srs"
|
#define RTMP_SIG_SRS_URL "https://github.com/ossrs/srs"
|
||||||
#define RTMP_SIG_SRS_LICENSE "MIT"
|
#define RTMP_SIG_SRS_LICENSE "MIT"
|
||||||
#define RTMP_SIG_SRS_AUTHORS "winlin,wenjie,runner365"
|
#define RTMP_SIG_SRS_AUTHORS "winlin,wenjie,runner365"
|
||||||
|
|
|
@ -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 2
|
#define SRS_VERSION4_REVISION 3
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue