Go to file
Evan, Chen 3c34909cb5 first commit 2021-07-07 18:46:39 +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
README.md first commit 2021-07-07 18:46:39 +08:00

README.md

rtmp-stress

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

Build

docker build -t rtmp-stress .

Use

# 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