Updated rtmp推流性能测试 (markdown)

夏楚
2022-05-19 11:30:21 +08:00
parent daca0b9c3f
commit a4ba0486aa

@@ -61,7 +61,7 @@ ffmpeg -stream_loop -1 -re -i ~/Downloads/source.200kbps.768x320.flv -acodec cop
#加大文件描述符个数
ulimit -n 102400
#启动1万个rtmp推流
./test_bench_push -i rtmp://127.0.0.1:8935/live/test -c 10000 -o rtmp://127.0.0.1:8935/live/push
./test_bench_push -i rtmp://127.0.0.1/live/test -c 10000 -o rtmp://127.0.0.1/live/push
```
- top信息