Migrate license to new website.

master
winlin 3 years ago
parent d57e9c758e
commit 7b23a42139

@ -435,5 +435,5 @@ Winlin
[v4_EN_Contact]: https://github.com/ossrs/srs/wiki/v4_EN_Contact [v4_EN_Contact]: https://github.com/ossrs/srs/wiki/v4_EN_Contact
[LICENSE]: https://github.com/ossrs/srs/blob/4.0release/LICENSE [LICENSE]: https://github.com/ossrs/srs/blob/4.0release/LICENSE
[LicenseMixing]: https://github.com/ossrs/srs/wiki/LicenseMixing [LicenseMixing]: https://ossrs.net/lts/zh-cn/license

@ -1,7 +1,7 @@
http-parser-2.1.zip http-parser-2.1.zip
* for srs to support http callback. * for srs to support http callback.
* https://github.com/joyent/http-parser * https://github.com/joyent/http-parser
* https://github.com/ossrs/srs/wiki/LicenseMixing#http-parser * https://ossrs.net/lts/zh-cn/license#http-parser
nginx-1.5.7.zip nginx-1.5.7.zip
* http://nginx.org/ * http://nginx.org/
@ -10,7 +10,7 @@ nginx-1.5.7.zip
srt-1-fit srt-1-fit
srt-1.4.1.tar.gz srt-1.4.1.tar.gz
* https://github.com/Haivision/srt/releases/tag/v1.4.1 * https://github.com/Haivision/srt/releases/tag/v1.4.1
* https://github.com/ossrs/srs/wiki/LicenseMixing#srt * https://ossrs.net/lts/zh-cn/license#srt
openssl-1.1-fit openssl-1.1-fit
openssl-1.1.1b.tar.gz openssl-1.1.1b.tar.gz
@ -21,7 +21,7 @@ openssl-OpenSSL_1_0_2u.tar.gz
* http://www.openssl.org/source/openssl-1.1.0e.tar.gz * http://www.openssl.org/source/openssl-1.1.0e.tar.gz
* openssl for SRS(with-ssl) RTMP complex handshake to delivery h264+aac stream. * openssl for SRS(with-ssl) RTMP complex handshake to delivery h264+aac stream.
* SRTP depends on openssl 1.0.*, so we use both ssl versions. * SRTP depends on openssl 1.0.*, so we use both ssl versions.
* https://github.com/ossrs/srs/wiki/LicenseMixing#openssl * https://ossrs.net/lts/zh-cn/license#openssl
CherryPy-3.2.4.zip CherryPy-3.2.4.zip
* sample api server for srs. * sample api server for srs.
@ -36,7 +36,7 @@ opus-1.3.1.tar.gz
* http://ffmpeg.org/releases/ffmpeg-4.2.tar.gz * http://ffmpeg.org/releases/ffmpeg-4.2.tar.gz
* https://github.com/xiph/opus/releases/tag/v1.3.1 * https://github.com/xiph/opus/releases/tag/v1.3.1
* To support RTMP/WebRTC transcoding. * To support RTMP/WebRTC transcoding.
* https://github.com/ossrs/srs/wiki/LicenseMixing#ffmpeg * https://ossrs.net/lts/zh-cn/license#ffmpeg
gtest-fit gtest-fit
* google test framework. * google test framework.
@ -51,14 +51,14 @@ st-1.9.zip
state-threads state-threads
state-threads-1.9.1.tar.gz state-threads-1.9.1.tar.gz
* Patched ST from https://github.com/ossrs/state-threads * Patched ST from https://github.com/ossrs/state-threads
* https://github.com/ossrs/srs/wiki/LicenseMixing#state-threads * https://ossrs.net/lts/zh-cn/license#state-threads
JSON JSON
* https://github.com/udp/json-parser * https://github.com/udp/json-parser
* https://github.com/ossrs/srs/wiki/LicenseMixing#json * https://ossrs.net/lts/zh-cn/license#json
USRSCTP USRSCTP
* https://github.com/ossrs/srs/wiki/LicenseMixing#usrsctp * https://ossrs.net/lts/zh-cn/license#usrsctp
links: links:
* state-threads: * state-threads:

@ -40,13 +40,13 @@ SRS_DEFAULT_CONFIG=conf/srs.conf
SRS_JOBS=1 SRS_JOBS=1
SRS_STATIC=NO SRS_STATIC=NO
# If enabled, link shared libraries for libst.so which uses MPL license. # If enabled, link shared libraries for libst.so which uses MPL license.
# See https://github.com/ossrs/srs/wiki/LicenseMixing#state-threads # See https://ossrs.net/lts/zh-cn/license#state-threads
SRS_SHARED_ST=NO SRS_SHARED_ST=NO
# If enabled, link shared libraries for libsrt.so which uses MPL license. # If enabled, link shared libraries for libsrt.so which uses MPL license.
# See https://github.com/ossrs/srs/wiki/LicenseMixing#srt # See https://ossrs.net/lts/zh-cn/license#srt
SRS_SHARED_SRT=NO SRS_SHARED_SRT=NO
# If enabled, link shared libraries for FFmpeg which is LGPL license. # If enabled, link shared libraries for FFmpeg which is LGPL license.
# See https://github.com/ossrs/srs/wiki/LicenseMixing#ffmpeg # See https://ossrs.net/lts/zh-cn/license#ffmpeg
SRS_SHARED_FFMPEG=NO SRS_SHARED_FFMPEG=NO
# whether enable the gcov # whether enable the gcov
SRS_GCOV=NO SRS_GCOV=NO

@ -293,7 +293,7 @@ Supported operating systems and hardware:
[v4_EN_Contact]: https://github.com/ossrs/srs/wiki/v4_EN_Contact [v4_EN_Contact]: https://github.com/ossrs/srs/wiki/v4_EN_Contact
[LICENSE]: https://github.com/ossrs/srs/blob/4.0release/LICENSE [LICENSE]: https://github.com/ossrs/srs/blob/4.0release/LICENSE
[LicenseMixing]: https://github.com/ossrs/srs/wiki/LicenseMixing [LicenseMixing]: https://ossrs.net/lts/zh-cn/license
[release2]: https://github.com/ossrs/srs/wiki/v4_CN_Product#release20 [release2]: https://github.com/ossrs/srs/wiki/v4_CN_Product#release20
[release3]: https://github.com/ossrs/srs/wiki/v4_CN_Product#release30 [release3]: https://github.com/ossrs/srs/wiki/v4_CN_Product#release30

@ -304,7 +304,7 @@ The features of SRS.
[v4_EN_Contact]: https://github.com/ossrs/srs/wiki/v4_EN_Contact [v4_EN_Contact]: https://github.com/ossrs/srs/wiki/v4_EN_Contact
[LICENSE]: https://github.com/ossrs/srs/blob/4.0release/LICENSE [LICENSE]: https://github.com/ossrs/srs/blob/4.0release/LICENSE
[LicenseMixing]: https://github.com/ossrs/srs/wiki/LicenseMixing [LicenseMixing]: https://ossrs.net/lts/zh-cn/license
[release2]: https://github.com/ossrs/srs/wiki/v4_CN_Product#release20 [release2]: https://github.com/ossrs/srs/wiki/v4_CN_Product#release20
[release3]: https://github.com/ossrs/srs/wiki/v4_CN_Product#release30 [release3]: https://github.com/ossrs/srs/wiki/v4_CN_Product#release30

@ -408,7 +408,7 @@ Winlin 2021
[v4_EN_Contact]: https://github.com/ossrs/srs/wiki/v4_EN_Contact [v4_EN_Contact]: https://github.com/ossrs/srs/wiki/v4_EN_Contact
[LICENSE]: https://github.com/ossrs/srs/blob/4.0release/LICENSE [LICENSE]: https://github.com/ossrs/srs/blob/4.0release/LICENSE
[LicenseMixing]: https://github.com/ossrs/srs/wiki/LicenseMixing [LicenseMixing]: https://ossrs.net/lts/zh-cn/license
[release2]: https://github.com/ossrs/srs/wiki/v4_CN_Product#release20 [release2]: https://github.com/ossrs/srs/wiki/v4_CN_Product#release20
[release3]: https://github.com/ossrs/srs/wiki/v4_CN_Product#release30 [release3]: https://github.com/ossrs/srs/wiki/v4_CN_Product#release30

@ -318,7 +318,7 @@ git clone https://github.com/ossrs/srs.git
[v4_EN_Contact]: https://github.com/ossrs/srs/wiki/v4_EN_Contact [v4_EN_Contact]: https://github.com/ossrs/srs/wiki/v4_EN_Contact
[LICENSE]: https://github.com/ossrs/srs/blob/4.0release/LICENSE [LICENSE]: https://github.com/ossrs/srs/blob/4.0release/LICENSE
[LicenseMixing]: https://github.com/ossrs/srs/wiki/LicenseMixing [LicenseMixing]: https://ossrs.net/lts/zh-cn/license
[release2]: https://github.com/ossrs/srs/wiki/v4_CN_Product#release20 [release2]: https://github.com/ossrs/srs/wiki/v4_CN_Product#release20
[release3]: https://github.com/ossrs/srs/wiki/v4_CN_Product#release30 [release3]: https://github.com/ossrs/srs/wiki/v4_CN_Product#release30

Loading…
Cancel
Save