mirror of https://github.com/ossrs/srs.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
456 B
Plaintext
21 lines
456 B
Plaintext
# 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;
|
|
}
|
|
}
|