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:
parent
cc44329f37
commit
68ccd7eb64
13 changed files with 366 additions and 72 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue