PATCH: Fixed saved vods not saving in correct order, HLS segments save by system timestamp

This commit is contained in:
2025-02-12 13:45:56 +00:00
parent ad1d2791c0
commit 01d611c227
2 changed files with 4 additions and 1 deletions

View File

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