increased NAL buffer size

This commit is contained in:
Roman Arutyunyan
2013-01-18 21:40:53 +04:00
parent 9b3471d79f
commit fad4f4717b

View File

@ -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