chore: there should be less latency now!

This commit is contained in:
2025-09-02 18:46:23 +02:00
parent a35fd858dc
commit 82a13007c8
2 changed files with 26 additions and 22 deletions

View File

@@ -28,8 +28,8 @@ rtmp {
hls on;
hls_type live;
hls_path /dev/shm/hls;
hls_fragment 2s;
hls_playlist_length 20s;
hls_fragment 1s;
hls_playlist_length 3s;
hls_cleanup on;
hls_fragment_naming timestamp;