mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 11:51:57 +00:00
Update README
This commit is contained in:
commit
70307ed8f9
2 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@
|
||||||
[![](https://codecov.io/gh/ossrs/srs/branch/develop/graph/badge.svg)](https://codecov.io/gh/ossrs/srs/branch/develop)
|
[![](https://codecov.io/gh/ossrs/srs/branch/develop/graph/badge.svg)](https://codecov.io/gh/ossrs/srs/branch/develop)
|
||||||
[![](https://cloud.githubusercontent.com/assets/2777660/22814959/c51cbe72-ef92-11e6-81cc-32b657b285d5.png)](https://github.com/ossrs/srs/wiki/v1_CN_Contact#wechat)
|
[![](https://cloud.githubusercontent.com/assets/2777660/22814959/c51cbe72-ef92-11e6-81cc-32b657b285d5.png)](https://github.com/ossrs/srs/wiki/v1_CN_Contact#wechat)
|
||||||
|
|
||||||
SRS/4.0,[Leo][release4],是一个流媒体直播集群,高效、稳定、易用,简单而快乐。<br/>
|
SRS/4.0,[Leo][release4],是一个流媒体集群,支持RTMP/HLS/WebRTC/SRT/GB28181,高效、稳定、易用,简单而快乐。<br/>
|
||||||
SRS(Simple RTMP Server) is a live streaming cluster, high efficiency, stable and simple.
|
SRS is a RTMP/HLS/WebRTC/SRT/GB28181 streaming cluster, high efficiency, stable and simple.
|
||||||
|
|
||||||
> Remark: Although SRS is licenced under [MIT][LICENSE], but there are some depended libraries which are distributed using their own licenses, please read [License Mixing][LicenseMixing].
|
> Remark: Although SRS is licenced under [MIT][LICENSE], but there are some depended libraries which are distributed using their own licenses, please read [License Mixing][LicenseMixing].
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@ ret=$?; if [[ $ret -ne 0 ]]; then exit $ret; fi
|
||||||
# check lsb_release
|
# check lsb_release
|
||||||
ok_msg "check tools"
|
ok_msg "check tools"
|
||||||
lsb_release -v >/dev/null 2>&1; ret=$?
|
lsb_release -v >/dev/null 2>&1; ret=$?
|
||||||
if [[ $ret -ne 0 ]]; then failed_msg "abort, please install lsb_release"; exit $ret; fi
|
if [[ $ret -ne 0 ]]; then failed_msg "no lsb_release, install: yum install -y redhat-lsb"; exit $ret; fi
|
||||||
|
|
||||||
# user must stop service first.
|
# user must stop service first.
|
||||||
ok_msg "check previous install"
|
ok_msg "check previous install"
|
||||||
|
|
Loading…
Reference in a new issue