From 0813104c6eab65c3e7982ffedc99fd14f9c31cbb Mon Sep 17 00:00:00 2001 From: winlin Date: Sat, 9 Nov 2013 22:47:27 +0800 Subject: [PATCH] support reload config(vhost and its detail). --- trunk/conf/srs.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/trunk/conf/srs.conf b/trunk/conf/srs.conf index 02710a568..7e8bfeb81 100755 --- a/trunk/conf/srs.conf +++ b/trunk/conf/srs.conf @@ -1,5 +1,5 @@ # the listen ports, split by space. -listen 1935 19350; +listen 1935; # the default chunk size is 128, max is 65536, # some client does not support chunk size change, # however, most clients supports it and it can improve @@ -9,7 +9,6 @@ chunk_size 65000; # vhost list, the __defaultVhost__ is the default vhost # for which cannot identify the required vhost. vhost __defaultVhost__ { - gop_cache off; } # the vhost disabled. vhost removed.vhost.com {