You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -22,7 +22,7 @@ cd srs/trunk && git remote set-url origin https://github.com/ossrs/srs.git && gi
22
22
23
23
> 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`
24
24
25
-
**Step 2:** Build SRS.
25
+
**>>> Step 2:** Build SRS.
26
26
27
27
```
28
28
./configure && make
@@ -38,16 +38,16 @@ cd srs/trunk && git remote set-url origin https://github.com/ossrs/srs.git && gi
38
38
./objs/srs -c conf/srs.conf
39
39
```
40
40
41
-
**Whatever**, you can also directly run SRS in [docker][docker-srs3]:
41
+
**>>> Whatever**, you can also directly run SRS in [docker][docker-srs3]:
42
42
43
43
```
44
44
docker run -p 1935:1935 -p 1985:1985 -p 8080:8080 \
45
45
registry.cn-hangzhou.aliyuncs.com/ossrs/srs:3
46
46
```
47
47
48
-
> 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.
48
+
> Note: Again, we use [ACR](https://cr.console.aliyun.com/) here, you can directly run in docker hub by `docker run -p 1935:1935 -p 1985:1985 -p 8080:8080 ossrs/srs:3`
49
49
50
-
**From here,** strongly recommend to read bellow wikis:
50
+
**>>> From here,** strongly recommend to read bellow wikis:
51
51
52
52
* Usage: How to delivery RTMP?([CN][v1_CN_SampleRTMP], [EN][v1_EN_SampleRTMP])
53
53
* Usage: How to delivery RTMP Edge Cluster?([CN][v3_CN_SampleRTMPCluster], [EN][v3_EN_SampleRTMPCluster])
0 commit comments