winlin

add bandwidth test conf

  1 +# bandwidth test tool config for srs.
  2 +# @see full.conf for detail config.
  3 +
  4 +listen 1935;
  5 +vhost __defaultVhost__ {
  6 +}
  7 +
  8 +vhost bandcheck.srs.com {
  9 + enabled on;
  10 + chunk_size 65000;
  11 + bandcheck {
  12 + enabled on;
  13 + key "35c9b402c12a7246868752e2878f7e0e";
  14 + interval 30;
  15 + limit_kbps 4000;
  16 + }
  17 +}