1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Remove bandwidth check because falsh is disabled. v5.0.52

This commit is contained in:
winlin 2022-08-30 10:36:01 +08:00
parent 1630918b0f
commit 937605b18c
16 changed files with 5 additions and 1490 deletions

View file

@ -1,20 +0,0 @@
# bandwidth test tool config for srs.
# @see full.conf for detail config.
listen 1935;
max_connections 1000;
daemon off;
srs_log_tank console;
vhost __defaultVhost__ {
}
vhost bandcheck.srs.com {
enabled on;
chunk_size 65000;
bandcheck {
enabled on;
key "35c9b402c12a7246868752e2878f7e0e";
interval 30;
limit_kbps 4000;
}
}

View file

@ -26,17 +26,6 @@ vhost __defaultVhost__ {
gop_cache on;
}
vhost bandcheck.srs.com {
enabled on;
chunk_size 65000;
bandcheck {
enabled on;
key "35c9b402c12a7246868752e2878f7e0e";
interval 30;
limit_kbps 4000;
}
}
vhost demo.srs.com {
chunk_size 60000;
enabled on;
@ -46,9 +35,6 @@ vhost demo.srs.com {
enabled on;
destination 127.0.0.1:19350;
}
bandcheck {
enabled off;
}
hls {
enabled on;
hls_path ./objs/nginx/html;