1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Use 4.0 docker srs:4

This commit is contained in:
winlin 2021-08-08 00:24:01 +08:00
parent 42872e2500
commit 57f6eb09c1
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ WebRTC signaling for https://github.com/ossrs/srs
```bash
docker run --rm --env CANDIDATE=$(ifconfig en0 inet| grep 'inet '|awk '{print $2}') \
-p 1935:1935 -p 8080:8080 -p 1985:1985 -p 8000:8000/udp \
registry.cn-hangzhou.aliyuncs.com/ossrs/srs:v4.0.95 \
registry.cn-hangzhou.aliyuncs.com/ossrs/srs:4 \
objs/srs -c conf/rtc.conf
```