mirror of
https://github.com/arut/nginx-rtmp-module.git
synced 2025-08-06 15:00:18 +08:00
added 'busy' directive
This commit is contained in:
@ -287,6 +287,7 @@ typedef struct ngx_rtmp_core_srv_conf_s {
|
||||
size_t max_message;
|
||||
ngx_flag_t play_time_fix;
|
||||
ngx_flag_t publish_time_fix;
|
||||
ngx_flag_t busy;
|
||||
size_t out_queue;
|
||||
size_t out_cork;
|
||||
|
||||
|
Reference in New Issue
Block a user