Go to file
Evan, Chen 07c7f6b631 update 2021-07-13 10:55:59 +08:00
st-load-master first commit 2021-07-07 18:46:39 +08:00
Dockerfile first commit 2021-07-07 18:46:39 +08:00
Makefile update 2021-07-13 10:55:59 +08:00
README.md update 2021-07-13 10:55:59 +08:00

README.md

rtmp-stress

clone from https://github.com/rzrobert/st-load-master

Build

docker build -t stress -t hub.kumoly.io/tools/stress .
docker push hub.kumoly.io/tools/stress

Use

# 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