mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
disable the hls_dispose by default to 0, for p2p system should never cleanup for timeshift hls.
This commit is contained in:
parent
4e42b9c628
commit
af9efe9213
3 changed files with 12 additions and 3 deletions
|
@ -624,8 +624,9 @@ vhost with-hls.srs.com {
|
|||
# the timeout in seconds to dispose the hls,
|
||||
# dispose is to remove all hls files, m3u8 and ts files.
|
||||
# when timeout or server terminate, dispose hls.
|
||||
# default: 300
|
||||
hls_dispose 300;
|
||||
# @remark 0 to disable dispose.
|
||||
# default: 0
|
||||
hls_dispose 0;
|
||||
# the max size to notify hls,
|
||||
# to read max bytes from ts of specified cdn network,
|
||||
# @remark only used when on_hls_notify is config.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue