From 28e3a1ca698c4c0a3235c511e97b5f20d4e7dac2 Mon Sep 17 00:00:00 2001 From: winlin Date: Mon, 13 Sep 2021 09:57:47 +0800 Subject: [PATCH] Squash: Merge SRS 4.0 --- trunk/conf/full.conf | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/trunk/conf/full.conf b/trunk/conf/full.conf index 5e2795826..0325860ab 100644 --- a/trunk/conf/full.conf +++ b/trunk/conf/full.conf @@ -946,31 +946,6 @@ vhost refer.anti_suck.com { } } -# vhost for bwt(bandwidth check) -# generally, the bandcheck vhost must be: bandcheck.srs.com, -# or need to modify the vhost of client. -vhost bandcheck.srs.com { - enabled on; - chunk_size 65000; - # bandwidth check config. - bandcheck { - # whether support bandwidth check, - # default: off. - enabled on; - # the key for server to valid, - # if invalid key, server disconnect and abort the bandwidth check. - key "35c9b402c12a7246868752e2878f7e0e"; - # the interval in seconds for bandwidth check, - # server do not allow new test request. - # default: 30 - interval 30; - # the max available check bandwidth in kbps. - # to avoid attack of bandwidth check. - # default: 1000 - limit_kbps 4000; - } -} - # the security to allow or deny clients. vhost security.srs.com { # security for host to allow or deny clients.