mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-25 12:32:01 -08:00
update comment
This commit is contained in:
parent
c5afa69174
commit
2efe19ac48
1 changed files with 3 additions and 3 deletions
|
|
@ -112,9 +112,9 @@ hlsAddress: :8888
|
|||
# By default, HLS is generated only when requested by a user.
|
||||
# This option allows to generate it always, avoiding the delay between request and generation.
|
||||
hlsAlwaysRemux: no
|
||||
# Number of HLS segments to generate.
|
||||
# Increasing segments allows more buffering,
|
||||
# Decreasing segments decreases latency.
|
||||
# Number of HLS segments to keep on the server.
|
||||
# Segments allow to seek through the stream.
|
||||
# Their number doesn't influence latency.
|
||||
hlsSegmentCount: 3
|
||||
# Minimum duration of each segment.
|
||||
# The final segment duration is also influenced by the interval between IDR frames,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue