UPDATE: Reduced HLS Latency again

This commit is contained in:
2025-03-05 13:48:11 +00:00
parent b3afdab8a2
commit 79a4141bd6

View File

@@ -31,8 +31,8 @@ rtmp {
deny publish all;
hls_nested on;
hls_fragment 2s;
hls_playlist_length 6s;
hls_fragment 1s;
hls_playlist_length 4s;
hls_fragment_naming system;
hls_cleanup off;
}