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:
parent
42872e2500
commit
57f6eb09c1
3 changed files with 3 additions and 3 deletions
2
trunk/3rdparty/signaling/README.md
vendored
2
trunk/3rdparty/signaling/README.md
vendored
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue