mirror of
https://github.com/arut/nginx-rtmp-module.git
synced 2025-08-06 15:00:18 +08:00
increased hls buffer up to 16M
This commit is contained in:
@ -22,7 +22,7 @@ static char * ngx_rtmp_hls_merge_app_conf(ngx_conf_t *cf,
|
||||
static ngx_int_t ngx_rtmp_hls_flush_audio(ngx_rtmp_session_t *s);
|
||||
|
||||
|
||||
#define NGX_RTMP_HLS_BUFSIZE (1024*1024)
|
||||
#define NGX_RTMP_HLS_BUFSIZE (16*1024*1024)
|
||||
#define NGX_RTMP_HLS_DIR_ACCESS 0744
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user