mirror of
https://github.com/arut/nginx-rtmp-module.git
synced 2025-08-06 15:00:18 +08:00
increased NAL buffer size
This commit is contained in:
@ -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
|
#define NGX_RTMP_HLS_DIR_ACCESS 0744
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user