mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix #366, config hls to disable cleanup of ts. 2.0.154.
This commit is contained in:
parent
717d088376
commit
8401d9ac06
7 changed files with 56 additions and 20 deletions
|
@ -594,7 +594,10 @@ vhost with-hls.srs.com {
|
|||
# h264, vn
|
||||
# default: h264
|
||||
hls_vcodec h264;
|
||||
|
||||
# whether cleanup the old ts files.
|
||||
# default: on
|
||||
hls_cleanup on;
|
||||
|
||||
# on_hls, never config in here, should config in http_hooks.
|
||||
# for the hls http callback, @see http_hooks.on_hls of vhost hooks.callback.srs.com
|
||||
# @read https://github.com/winlinvip/simple-rtmp-server/wiki/v2_CN_DeliveryHLS#http-callback
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue