From aef2fe9db5f7ec03ddfdf6402b799550649a347b Mon Sep 17 00:00:00 2001 From: winlin Date: Sat, 9 Nov 2013 22:46:50 +0800 Subject: [PATCH] support reload config(vhost and its detail). --- README.md | 1 + trunk/conf/srs.conf | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cb867a5d5..1c5e1577b 100755 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ url: rtmp://127.0.0.1:1935/live/livestream * nginx v1.5.0: 139524 lines
### History +* v0.4, 2013-11-09, support reload config(vhost and its detail). * v0.4, 2013-11-09, support reload config(listen and chunk_size) by SIGHUP(1). * v0.4, 2013-11-09, support longtime(>4.6hours) publish/play. * v0.4, 2013-11-09, support config the chunk_size. diff --git a/trunk/conf/srs.conf b/trunk/conf/srs.conf index 7e8bfeb81..02710a568 100755 --- a/trunk/conf/srs.conf +++ b/trunk/conf/srs.conf @@ -1,5 +1,5 @@ # the listen ports, split by space. -listen 1935; +listen 1935 19350; # 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,6 +9,7 @@ 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 {