UPDATE: HLS segments now named by timestamp, rather than sequential numbering

This commit is contained in:
2025-02-12 13:27:17 +00:00
parent 4c9e329107
commit ad1d2791c0

View File

@@ -32,6 +32,7 @@ rtmp {
hls_nested on;
hls_fragment 5s;
hls_playlist_length 60s;
hls_fragment_naming timestamp;
hls_cleanup off;
}
}