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
> Remark: Recommend to use Centos7 64bits, please read wiki([CN][v3_CN_Build],[EN][v3_EN_Build]).
32
32
33
33
> Note: You can also build SRS in docker, please read [docker][docker-dev].
34
34
@@ -41,9 +41,12 @@ cd srs/trunk && git remote set-url origin https://github.com/ossrs/srs.git && gi
41
41
**Whatever**, you can also directly run SRS in [docker][docker-srs3]:
42
42
43
43
```
44
-
docker run -p 1935:1935 -p 1985:1985 -p 8080:8080 ossrs/srs:3
44
+
docker run -p 1935:1935 -p 1985:1985 -p 8080:8080 \
45
+
registry.cn-hangzhou.aliyuncs.com/ossrs/srs:3
45
46
```
46
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.
49
+
47
50
**From here,** strongly recommend to read bellow wikis:
48
51
49
52
* Usage: How to delivery RTMP?([CN][v1_CN_SampleRTMP], [EN][v1_EN_SampleRTMP])
0 commit comments