1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

support reload atc

This commit is contained in:
winlin 2014-04-12 22:00:27 +08:00
parent eda1ddc03d
commit 821b58af03
6 changed files with 40 additions and 2 deletions

View file

@ -38,6 +38,7 @@ srs_log_file ./objs/srs.log;
# default: 2000
max_connections 1000;
# whether start as deamon
# @remark: donot support reload.
# default: on
daemon on;
@ -66,7 +67,7 @@ http_api {
# user can access the http server pages, generally:
# curl http://192.168.1.170:80/srs.html
# which will show srs version and welcome to srs.
# @remeark, the http embeded stream need to config the vhost, for instance, the __defaultVhost__
# @remark, the http embeded stream need to config the vhost, for instance, the __defaultVhost__
# need to open the feature http of vhost.
http_stream {
# whether http streaming service is enabled.