mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix #381, support reap hls/ts by gop or not. 2.0.160.
This commit is contained in:
parent
d2c63d818b
commit
dcac9c69d5
7 changed files with 65 additions and 16 deletions
|
@ -618,6 +618,11 @@ vhost with-hls.srs.com {
|
|||
# @remark only used when on_hls_notify is config.
|
||||
# default: 64
|
||||
hls_nb_notify 64;
|
||||
# whether wait keyframe to reap segment,
|
||||
# if off, reap segment when duration exceed the fragment,
|
||||
# if on, reap segment when duration exceed and got keyframe.
|
||||
# default: on
|
||||
hls_wait_keyframe 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue