From 64727ce6160f31a86e4a5fb0883d72418b4a0e2a Mon Sep 17 00:00:00 2001 From: winlin Date: Thu, 10 Apr 2014 17:41:55 +0800 Subject: [PATCH] add bandwidth test conf --- trunk/conf/bandwidth.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 trunk/conf/bandwidth.conf diff --git a/trunk/conf/bandwidth.conf b/trunk/conf/bandwidth.conf new file mode 100644 index 000000000..d2b678d6a --- /dev/null +++ b/trunk/conf/bandwidth.conf @@ -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; + } +}