Increase bufsize for high-bitrate streams

This commit is contained in:
Laura Hausmann 2021-01-18 20:15:17 +01:00
parent 23ec4ce2d7
commit 0ce5777675
Signed by: zotan
GPG key ID: 5EC1D38FFC321311

View file

@ -30,7 +30,7 @@ static ngx_int_t ngx_rtmp_hls_ensure_directory(ngx_rtmp_session_t *s,
ngx_str_t *path);
#define NGX_RTMP_HLS_BUFSIZE (1024*1024)
#define NGX_RTMP_HLS_BUFSIZE (1024*1024*16)
#define NGX_RTMP_HLS_DIR_ACCESS 0744