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

support reload config(listen and chunk_size) by SIGHUP(1).

This commit is contained in:
winlin 2013-11-09 22:41:44 +08:00
parent cc44329f37
commit 68ccd7eb64
13 changed files with 366 additions and 72 deletions

2
trunk/configure vendored
View file

@ -91,7 +91,7 @@ MODULE_FILES=("srs_core" "srs_core_log" "srs_core_server"
"srs_core_auto_free" "srs_core_protocol" "srs_core_amf0"
"srs_core_stream" "srs_core_source" "srs_core_codec"
"srs_core_complex_handshake" "srs_core_pithy_print"
"srs_core_config" "srs_core_refer")
"srs_core_config" "srs_core_refer" "srs_core_reload")
MODULE_DIR="src/core" . auto/modules.sh
CORE_OBJS="${MODULE_OBJS[@]}"