trunk/3rdparty/srs-docs/doc/reload.md
Almost all features of SRS support reload, donot disconnect all connection and apply the new config.
The bellow features can not reload:
The daemon never support reload.
The mode of vhost, to make the vhost origin or edge, should never directly change the mode, because of:
A workaround to modify the mode of vhost:
The use scenario of reload:
killall -1 srs.The usage of reload: killall -1 srs
Or send signal to process: kill -1 7635
Or use SRS scripts: /etc/init.d/srs reload
Winlin 2014.11