mirror of
https://github.com/ossrs/srs.git
synced 2025-02-14 20:31:56 +00:00
add bandwidth test conf
This commit is contained in:
parent
3a26b23fba
commit
64727ce616
1 changed files with 17 additions and 0 deletions
17
trunk/conf/bandwidth.conf
Normal file
17
trunk/conf/bandwidth.conf
Normal file
|
@ -0,0 +1,17 @@
|
|||
# bandwidth test tool config for srs.
|
||||
# @see full.conf for detail config.
|
||||
|
||||
listen 1935;
|
||||
vhost __defaultVhost__ {
|
||||
}
|
||||
|
||||
vhost bandcheck.srs.com {
|
||||
enabled on;
|
||||
chunk_size 65000;
|
||||
bandcheck {
|
||||
enabled on;
|
||||
key "35c9b402c12a7246868752e2878f7e0e";
|
||||
interval 30;
|
||||
limit_kbps 4000;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue