diff --git a/hls/ngx_rtmp_hls_module.c b/hls/ngx_rtmp_hls_module.c index f61c9bd..58c0011 100644 --- a/hls/ngx_rtmp_hls_module.c +++ b/hls/ngx_rtmp_hls_module.c @@ -53,7 +53,7 @@ ngx_rtmp_hls_av_log_callback(void* avcl, int level, const char* fmt, } -#define NGX_RTMP_HLS_BUFSIZE (1024*1024) +#define NGX_RTMP_HLS_BUFSIZE (10*1024*1024) #define NGX_RTMP_HLS_DIR_ACCESS 0744