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

Squash: Fix padding packets for RTMP2RTC

This commit is contained in:
winlin 2021-07-08 14:37:18 +08:00
parent c8a1e0f3da
commit 8f91a90f28
6 changed files with 18 additions and 8 deletions

View file

@ -22,7 +22,7 @@ please set the CANDIDATE ([CN][v4_CN_WebRTC#config-candidate],[EN][v4_EN_WebRTC#
```bash
docker run --rm -it -p 1935:1935 -p 1985:1985 -p 8080:8080 \
--env CANDIDATE=$(ifconfig en0 inet| grep 'inet '|awk '{print $2}') -p 8000:8000/udp \
ossrs/srs:v4.0.117 ./objs/srs -c conf/srs.conf
ossrs/srs:v4.0.139 ./objs/srs -c conf/srs.conf
```
<a name="usage-source"></a>