mirror of
https://github.com/ossrs/srs.git
synced 2025-02-12 19:31:53 +00:00
Update readme
This commit is contained in:
parent
0dd6c31487
commit
b12f0e8c8b
1 changed files with 6 additions and 3 deletions
|
@ -20,7 +20,7 @@ git clone https://gitee.com/winlinvip/srs.oschina.git srs &&
|
||||||
cd srs/trunk && git remote set-url origin https://github.com/ossrs/srs.git && git pull
|
cd srs/trunk && git remote set-url origin https://github.com/ossrs/srs.git && git pull
|
||||||
```
|
```
|
||||||
|
|
||||||
> Note: Repository too large? Please clone from these [mirrors](#mirrors) instead.
|
> Note: We use [mirrors(gitee)](#mirrors) here, but it's also ok to directly clone by `git clone https://github.com/ossrs/srs.git && cd srs/trunk`
|
||||||
|
|
||||||
**Step 2:** Build SRS.
|
**Step 2:** Build SRS.
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ cd srs/trunk && git remote set-url origin https://github.com/ossrs/srs.git && gi
|
||||||
./configure && make
|
./configure && make
|
||||||
```
|
```
|
||||||
|
|
||||||
> Remark: Recommend Centos6 64bits, please read wiki([CN][v3_CN_Build],[EN][v3_EN_Build]).
|
> Remark: Recommend to use Centos7 64bits, please read wiki([CN][v3_CN_Build],[EN][v3_EN_Build]).
|
||||||
|
|
||||||
> Note: You can also build SRS in docker, please read [docker][docker-dev].
|
> Note: You can also build SRS in docker, please read [docker][docker-dev].
|
||||||
|
|
||||||
|
@ -41,9 +41,12 @@ cd srs/trunk && git remote set-url origin https://github.com/ossrs/srs.git && gi
|
||||||
**Whatever**, you can also directly run SRS in [docker][docker-srs3]:
|
**Whatever**, you can also directly run SRS in [docker][docker-srs3]:
|
||||||
|
|
||||||
```
|
```
|
||||||
docker run -p 1935:1935 -p 1985:1985 -p 8080:8080 ossrs/srs:3
|
docker run -p 1935:1935 -p 1985:1985 -p 8080:8080 \
|
||||||
|
registry.cn-hangzhou.aliyuncs.com/ossrs/srs:3
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> Note: Again, we use [ACR](https://cr.console.aliyun.com/) here, you can directly use `docker run -p 1935:1935 -p 1985:1985 -p 8080:8080 ossrs/srs:3` instead.
|
||||||
|
|
||||||
**From here,** strongly recommend to read bellow wikis:
|
**From here,** strongly recommend to read bellow wikis:
|
||||||
|
|
||||||
* Usage: How to delivery RTMP?([CN][v1_CN_SampleRTMP], [EN][v1_EN_SampleRTMP])
|
* Usage: How to delivery RTMP?([CN][v1_CN_SampleRTMP], [EN][v1_EN_SampleRTMP])
|
||||||
|
|
Loading…
Reference in a new issue