stress/README.md

23 lines
316 B
Markdown
Raw Normal View History

2021-07-07 10:46:39 +00:00
# rtmp-stress
> clone from https://github.com/rzrobert/st-load-master
## Build
```shell
docker build -t rtmp-stress .
```
## Use
```shell
# start
docker run -d --name stress rtmp-stress sb_rtmp_load_fast -c 50 -r rtmp://kumoly.io/mosu/live
# see the logs
docker logs -f stress
# stop
docker rm -f stress
```