nginx-rtmp-module icon indicating copy to clipboard operation
nginx-rtmp-module copied to clipboard

When Trying to View LiveStream Stat Page Site it resolves to a blank page.

Open youngprogrammer15 opened this issue 4 years ago • 1 comments

I installed everything else and video uploads are working. I assume the issue comes from port 8080 being blocked by firewall so I unblocked it. Now when I view the live stream stat page its a blank page. The page loads and connects. How can I solve this?

Here are my error logs:

2020/09/30 14:20:06 [notice] 29920#0: OS: Linux 5.4.0-1025-gcp 2020/09/30 14:20:06 [notice] 29920#0: getrlimit(RLIMIT_NOFILE): 1024:1048576 2020/09/30 14:20:06 [notice] 29921#0: start worker processes 2020/09/30 14:20:06 [notice] 29921#0: start worker process 29922 2020/09/30 14:20:06 [notice] 29921#0: start cache manager process 29923 2020/09/30 14:20:32 [error] 29922#0: *3 open() "/usr/local/nginx/html/stat.xsl" failed (2: No such file or directory), client: 73.172.89.179, server: localhost, request: "GET /stat.xsl HTTP/1.1", host: "35.224.230.58:8080", referrer: "http://35.224.230.58:8080/stat" 2020/09/30 14:21:32 [info] 29922#0: *4 client timed out (110: Connection timed out) while waiting for request, client: 73.172.89.179, server: 0.0.0.0:8080 2020/09/30 14:23:03 [info] 29922#0: *13 client 77.65.50.118 closed keepalive connection 2020/09/30 14:34:12 [info] 29922#0: *54 client sent invalid host header while reading client request headers, client: 104.244.79.181, server: localhost, request: "GET /manager/html HTTP/1.1", host: "" 2020/09/30 14:37:52 [notice] 30225#0: signal process started 2020/09/30 14:37:52 [notice] 29921#0: signal 15 (SIGTERM) received from 30225, exiting 2020/09/30 14:37:52 [notice] 29922#0: exiting 2020/09/30 14:37:52 [notice] 29922#0: exit 2020/09/30 14:37:52 [notice] 29923#0: exiting 2020/09/30 14:37:52 [notice] 29921#0: signal 17 (SIGCHLD) received from 29922 2020/09/30 14:37:52 [notice] 29921#0: worker process 29922 exited with code 0 2020/09/30 14:37:52 [notice] 29921#0: cache manager process 29923 exited with code 0 2020/09/30 14:37:52 [notice] 29921#0: exit 2020/09/30 14:46:31 [notice] 30454#0: using the "epoll" event method 2020/09/30 14:46:31 [notice] 30454#0: nginx/1.16.1 2020/09/30 14:46:31 [notice] 30454#0: built by gcc 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04) 2020/09/30 14:46:31 [notice] 30454#0: OS: Linux 5.4.0-1025-gcp 2020/09/30 14:46:31 [notice] 30454#0: getrlimit(RLIMIT_NOFILE): 1024:1048576 2020/09/30 14:46:31 [notice] 30455#0: start worker processes 2020/09/30 14:46:31 [notice] 30455#0: start worker process 30456 2020/09/30 14:46:31 [notice] 30455#0: start cache manager process 30457 2020/09/30 14:48:58 [error] 30456#0: *9 open() "/usr/local/nginx/html/stat.xsl" failed (2: No such file or directory), client: 73.172.89.179, server: localhost, request: "GET /stat.xsl HTTP/1.1", host: "35.224.230.58:8080", referrer: "http://35.224.230.58:8080/stat" 2020/09/30 14:49:31 [error] 30456#0: *9 open() "/usr/local/nginx/html/stat.xsl" failed (2: No such file or directory), client: 73.172.89.179, server: localhost, request: "GET /stat.xsl HTTP/1.1", host: "35.224.230.58:8080", referrer: "http://35.224.230.58:8080/stat" 2020/09/30 14:49:57 [info] 30456#0: *10 client timed out (110: Connection timed out) while waiting for request, client: 73.172.89.179, server: 0.0.0.0:8080 2020/09/30 14:52:38 [notice] 30515#0: signal process started 2020/09/30 14:52:38 [notice] 30455#0: signal 15 (SIGTERM) received from 30515, exiting 2020/09/30 14:52:38 [notice] 30456#0: exiting 2020/09/30 14:52:38 [notice] 30457#0: exiting 2020/09/30 14:52:38 [notice] 30456#0: exit 2020/09/30 14:52:38 [notice] 30455#0: signal 17 (SIGCHLD) received from 30457 2020/09/30 14:52:38 [notice] 30455#0: cache manager process 30457 exited with code 0 2020/09/30 14:52:38 [notice] 30455#0: signal 17 (SIGCHLD) received from 30456 2020/09/30 14:52:38 [notice] 30455#0: worker process 30456 exited with code 0 2020/09/30 14:52:38 [notice] 30455#0: exit

youngprogrammer15 avatar Sep 30 '20 19:09 youngprogrammer15

I also facing the same issue with /stat

DattatrayHinge avatar Jan 30 '24 08:01 DattatrayHinge