stress/README.md

28 lines
464 B
Markdown

# rtmp-stress
> clone from https://github.com/rzrobert/st-load-master
## Build
```shell
docker build -t stress -t hub.kumoly.io/tools/stress .
docker push hub.kumoly.io/tools/stress
```
## Use
```shell
# Pull image if didn't build
docker pull hub.kumoly.io/tools/stress
# start
docker run -d --name stress hub.kumoly.io/tools/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
```