mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
parent
daa7fd2247
commit
d2a526ae6a
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -1,10 +1,10 @@
|
|||
# SRS(Simple Realtime Server)
|
||||
|
||||

|
||||
[](https://github.com/ossrs/srs/actions?query=workflow%3ACodeQL+branch%3A5.0release)
|
||||

|
||||
[](https://github.com/ossrs/srs/actions?query=workflow%3ACodeQL+branch%3Adevelop)
|
||||
[](https://github.com/ossrs/srs/actions/workflows/release.yml?query=workflow%3ARelease)
|
||||
[](https://github.com/ossrs/srs/actions?query=workflow%3ATest+branch%3A5.0release)
|
||||
[](https://codecov.io/gh/ossrs/srs/branch/5.0release)
|
||||
[](https://github.com/ossrs/srs/actions?query=workflow%3ATest+branch%3Adevelop)
|
||||
[](https://codecov.io/gh/ossrs/srs/branch/develop)
|
||||
[](https://ossrs.net/lts/zh-cn/contact#discussion)
|
||||
[](https://twitter.com/srs_server)
|
||||
[](https://discord.gg/yZ4BnPmHAd)
|
||||
|
@ -21,7 +21,7 @@ SRS/5.0(Bee) is a simple, high efficiency and realtime video server, supports RT
|
|||
|
||||
> Note: The single node architecture for SRS, for detail please see [here](https://www.figma.com/file/333POxVznQ8Wz1Rxlppn36/SRS-4.0-Server-Arch).
|
||||
|
||||
SRS is licenced under [MIT](https://github.com/ossrs/srs/blob/5.0release/LICENSE) or [MulanPSL-2.0](https://spdx.org/licenses/MulanPSL-2.0.html),
|
||||
SRS is licenced under [MIT](https://github.com/ossrs/srs/blob/develop/LICENSE) or [MulanPSL-2.0](https://spdx.org/licenses/MulanPSL-2.0.html),
|
||||
and note that [MulanPSL-2.0 is compatible with Apache-2.0](https://www.apache.org/legal/resolved.html#category-a),
|
||||
but some third-party libraries are distributed using their [own licenses](https://ossrs.io/lts/en-us/license).
|
||||
|
||||
|
@ -33,7 +33,7 @@ Please read guide [Getting Started](https://ossrs.io/lts/en-us/docs/v4/doc/getti
|
|||
To build SRS from source:
|
||||
|
||||
```
|
||||
git clone -b 5.0release https://gitee.com/ossrs/srs.git &&
|
||||
git clone -b develop https://gitee.com/ossrs/srs.git &&
|
||||
cd srs/trunk && ./configure && make && ./objs/srs -c conf/srs.conf
|
||||
```
|
||||
|
||||
|
@ -129,7 +129,7 @@ We are grateful to the community for contributing bugfix and improvements, pleas
|
|||
|
||||
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fossrs%2Fsrs?ref=badge_small)
|
||||
|
||||
SRS is licenced under [MIT](https://github.com/ossrs/srs/blob/5.0release/LICENSE) or [MulanPSL-2.0](https://spdx.org/licenses/MulanPSL-2.0.html),
|
||||
SRS is licenced under [MIT](https://github.com/ossrs/srs/blob/develop/LICENSE) or [MulanPSL-2.0](https://spdx.org/licenses/MulanPSL-2.0.html),
|
||||
and note that [MulanPSL-2.0 is compatible with Apache-2.0](https://www.apache.org/legal/resolved.html#category-a),
|
||||
but some third-party libraries are distributed using their [own licenses](https://ossrs.net/lts/zh-cn/license).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue