Merge pull request #113 from RocFang/patch-1

bugfix of stream_buckets
This commit is contained in:
Sergey 2016-04-19 06:30:13 +03:00
commit f15596b8d1

View file

@ -40,7 +40,7 @@ static ngx_command_t ngx_rtmp_live_commands[] = {
{ ngx_string("stream_buckets"),
NGX_RTMP_MAIN_CONF|NGX_RTMP_SRV_CONF|NGX_RTMP_APP_CONF|NGX_CONF_TAKE1,
ngx_conf_set_str_slot,
ngx_conf_set_num_slot,
NGX_RTMP_APP_CONF_OFFSET,
offsetof(ngx_rtmp_live_app_conf_t, nbuckets),
NULL },