From fad4f4717b47ab368d80ff480f2889631edc6521 Mon Sep 17 00:00:00 2001 From: Roman Arutyunyan Date: Fri, 18 Jan 2013 21:40:53 +0400 Subject: [PATCH] increased NAL buffer size --- hls/ngx_rtmp_hls_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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