PATCH: Further reduced HLS latency

This commit is contained in:
2025-02-12 19:36:03 +00:00
parent 8ac82bb5e3
commit 415315b1da

View File

@@ -30,8 +30,8 @@ rtmp {
deny publish all;
hls_nested on;
hls_fragment 5s;
hls_playlist_length 10s;
hls_fragment 2s;
hls_playlist_length 6s;
hls_fragment_naming system;
hls_cleanup off;
}