|
|
@ -623,8 +623,9 @@ vhost with-hls.srs.com {
|
|
|
|
hls_cleanup on;
|
|
|
|
hls_cleanup on;
|
|
|
|
# the timeout in seconds to dispose the hls,
|
|
|
|
# the timeout in seconds to dispose the hls,
|
|
|
|
# dispose is to remove all hls files, m3u8 and ts files.
|
|
|
|
# dispose is to remove all hls files, m3u8 and ts files.
|
|
|
|
# when timeout or server terminate, dispose hls.
|
|
|
|
# when publisher timeout dispose hls.
|
|
|
|
# @remark 0 to disable dispose.
|
|
|
|
# @remark 0 to disable dispose for publisher.
|
|
|
|
|
|
|
|
# @remark apply for publisher timeout only, while "etc/init.d/srs stop" always dispose hls.
|
|
|
|
# default: 0
|
|
|
|
# default: 0
|
|
|
|
hls_dispose 0;
|
|
|
|
hls_dispose 0;
|
|
|
|
# the max size to notify hls,
|
|
|
|
# the max size to notify hls,
|
|
|
|