-
-
Notifications
You must be signed in to change notification settings - Fork 582
Closed
Description
效果如下图:
问题:
出现了clients是0的live streams,然后点击live streams的连接,一直无反应,刷新页面一直不会清除,nginx reload后就恢复了。该现象已经出现过多次。
相关版本
- nginx 1.18.0
- nginx-http-flv-module 1.2.8
- gcc 4.4.7
stat配置
location /stat {
rtmp_stat all;
allow 127.0.0.1;
rtmp_stat_stylesheet stat.xsl;
add_header Access-Control-Allow-Origin *;
}
location /stat.xsl {
root html;
}
Metadata
Metadata
Assignees
Labels
No labels
