mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Merge branch '4.0release' into merge/develop
This commit is contained in:
commit
82745782cb
6 changed files with 15 additions and 6 deletions
|
@ -23,7 +23,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.139 ./objs/srs -c conf/srs.conf
|
||||
ossrs/srs:4 ./objs/srs -c conf/srs.conf
|
||||
```
|
||||
|
||||
<a name="usage-source"></a>
|
||||
|
@ -219,6 +219,7 @@ Please read [CHANGELOG](CHANGELOG.md#changelog).
|
|||
|
||||
## Releases
|
||||
|
||||
* 2020-08-07, Release [v4.0.150](https://github.com/ossrs/srs/releases/tag/v4.0.150), 4.0 dev2, v4.0.150, 145289 lines.
|
||||
* 2020-07-25, Release [v4.0.146](https://github.com/ossrs/srs/releases/tag/v4.0.146), 4.0 dev1, v4.0.146, 144026 lines.
|
||||
* 2020-07-04, Release [v4.0.139](https://github.com/ossrs/srs/releases/tag/v4.0.139), 4.0 dev0, v4.0.139, 143245 lines.
|
||||
* 2020-06-27, [Release v3.0-r0][r3.0r0], 3.0 release0, 3.0.141, 122674 lines.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue