mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Make the hls_dipose more specific
This commit is contained in:
parent
1c227f4f8a
commit
d908ee73db
1 changed files with 2 additions and 3 deletions
|
@ -1084,9 +1084,8 @@ vhost hls.srs.com {
|
||||||
# whether cleanup the old expired ts files.
|
# whether cleanup the old expired ts files.
|
||||||
# default: on
|
# default: on
|
||||||
hls_cleanup on;
|
hls_cleanup on;
|
||||||
# the timeout in seconds to dispose the hls,
|
# If there is no incoming packets, dispose HLS in this timeout in seconds,
|
||||||
# dispose is to remove all hls files, m3u8 and ts files.
|
# which removes all HLS files including m3u8 and ts files.
|
||||||
# when publisher timeout dispose hls.
|
|
||||||
# @remark 0 to disable dispose for publisher.
|
# @remark 0 to disable dispose for publisher.
|
||||||
# @remark apply for publisher timeout only, while "etc/init.d/srs stop" always dispose hls.
|
# @remark apply for publisher timeout only, while "etc/init.d/srs stop" always dispose hls.
|
||||||
# default: 0
|
# default: 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue