查看如上图页面,是如何实现的

解决方案 »

  1.   

    在nginx.conf文件中有相关配置        location /stat {
                rtmp_stat all;
                rtmp_stat_stylesheet stat.xsl;
            }
            location /stat.xsl {
                root nginx-rtmp-module/;
            }查看包含这一段的http监听端口为多少,如果为8089则在你的浏览器上打开http://localhost:8089/stat即可查看