diff --git a/ngx_rtmp_stat_module.c b/ngx_rtmp_stat_module.c index 39598f1..b6f2a0f 100644 --- a/ngx_rtmp_stat_module.c +++ b/ngx_rtmp_stat_module.c @@ -3,6 +3,7 @@ */ +#include #include #include "ngx_rtmp.h" @@ -399,6 +400,10 @@ ngx_rtmp_stat_handler(ngx_http_request_t *r) NGX_RTMP_STAT_L("\r\n"); + NGX_RTMP_STAT_L("" NGINX_VERSION "\r\n"); + NGX_RTMP_STAT_L("" NGX_COMPILER "\r\n"); + NGX_RTMP_STAT_L("" __DATE__ " " __TIME__ "\r\n"); + ngx_rtmp_stat_bw(r, lll, &ngx_rtmp_bw_in, &ngx_rtmp_bw_out); cscf = cmcf->servers.elts; diff --git a/stat.xsl b/stat.xsl index 1c2c930..e3fef7c 100644 --- a/stat.xsl +++ b/stat.xsl @@ -11,7 +11,8 @@
- Generated by NGINX RTMP module + Generated by NGINX RTMP module
+ NGINX