Blame view

trunk/conf/bandwidth.conf 402 字节
winlin authored
1 2 3 4
# bandwidth test tool config for srs.
# @see full.conf for detail config.

listen              1935;
5
max_connections     1000;
winlin authored
6 7 8 9 10 11 12 13 14 15 16 17 18
vhost __defaultVhost__ {
}

vhost bandcheck.srs.com {
    enabled         on;
    chunk_size      65000;
    bandcheck {
        enabled         on;
        key             "35c9b402c12a7246868752e2878f7e0e";
        interval        30;
        limit_kbps      4000;
    }
}