Browse Source

update comment

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

6
rtsp-simple-server.yml

@ -112,9 +112,9 @@ hlsAddress: :8888
# By default, HLS is generated only when requested by a user. # 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. # This option allows to generate it always, avoiding the delay between request and generation.
hlsAlwaysRemux: no hlsAlwaysRemux: no
# Number of HLS segments to generate. # Number of HLS segments to keep on the server.
# Increasing segments allows more buffering, # Segments allow to seek through the stream.
# Decreasing segments decreases latency. # Their number doesn't influence latency.
hlsSegmentCount: 3 hlsSegmentCount: 3
# Minimum duration of each segment. # Minimum duration of each segment.
# The final segment duration is also influenced by the interval between IDR frames, # The final segment duration is also influenced by the interval between IDR frames,

Loading…
Cancel
Save