Browse Source

update comment

pull/938/head
aler9 3 years ago
parent
commit
2efe19ac48
  1. 6
      rtsp-simple-server.yml

6
rtsp-simple-server.yml

@ -112,9 +112,9 @@ hlsAddress: :8888 @@ -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…
Cancel
Save