added play option to stat

This commit is contained in:
Roman Arutyunyan
2013-01-02 17:53:23 +04:00
parent ffec1ab687
commit 770e67b1f3

View File

@ -43,6 +43,7 @@ static ngx_conf_bitmask_t ngx_rtmp_stat_masks[] = {
{ ngx_string("global"), NGX_RTMP_STAT_GLOBAL },
{ ngx_string("live"), NGX_RTMP_STAT_LIVE },
{ ngx_string("clients"), NGX_RTMP_STAT_CLIENTS },
{ ngx_string("play"), NGX_RTMP_STAT_PLAY },
{ ngx_null_string, 0 }
};