Skip to content

Commit 642a44b

Browse files
committed
[Fix] media nginx hls 지연 개선
1 parent c0d611a commit 642a44b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

MEDIA/nginx.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ rtmp {
2626
live on;
2727
hls on;
2828
hls_fragment_naming system;
29-
hls_fragment 5;
30-
hls_playlist_length 10;
29+
hls_fragment 1;
30+
hls_playlist_length 3;
3131
hls_path /opt/data/hls;
3232
hls_nested on;
3333

0 commit comments

Comments
 (0)