1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 20:01:56 +00:00
srs/trunk/conf/bandwidth.conf

19 lines
402 B
Text
Raw Normal View History

2014-04-10 09:41:55 +00:00
# bandwidth test tool config for srs.
# @see full.conf for detail config.
listen 1935;
max_connections 1000;
2014-04-10 09:41:55 +00:00
vhost __defaultVhost__ {
}
vhost bandcheck.srs.com {
enabled on;
chunk_size 65000;
bandcheck {
enabled on;
key "35c9b402c12a7246868752e2878f7e0e";
interval 30;
limit_kbps 4000;
}
}