bandwidth.conf 456 B

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