mediamtx/internal
aler9 92523c2a13 hls: insert segments into playlist only after they're complete
In this way, EXT-X-TARGETDURATION and EXTINF are always filled correctly.

If no segments have been generated yet, the playlist is not returned
until a segment is inserted or the muxer is closed. This causes timeout
issues on iOS Safari, that are solved by waiting for a fetch() before starting
the video.
2021-08-23 13:12:09 +02:00
..
aac implement reading with HLS 2021-04-18 23:02:19 +02:00
conf hls: set default segment count to 3 2021-08-14 12:27:00 +02:00
confenv conf: rewrite tests 2021-05-09 17:51:38 +02:00
confwatcher cleanup 2021-08-01 16:58:46 +02:00
core hls: insert segments into playlist only after they're complete 2021-08-23 13:12:09 +02:00
externalcmd close custom commands with SIGQUIT instead of SIGINT (#495) 2021-08-12 15:16:39 +02:00
h264 RTMP client: add and use DTS instead of clock 2021-04-11 19:04:48 +02:00
hls hls: insert segments into playlist only after they're complete 2021-08-23 13:12:09 +02:00
logger update golangci-lint 2021-05-23 18:51:21 +02:00
rlimit try to raise the number of file descriptors that can be opened to remove limits on number of connected clients (#193) 2021-03-27 11:00:39 +01:00
rtcpsenderset update golangci-lint 2021-05-23 18:51:21 +02:00
rtmp move most components into internal/core 2021-07-24 16:09:52 +02:00