arut / nginx-rtmp-module

NGINX-based Media Streaming Server
http://nginx-rtmp.blogspot.com
BSD 2-Clause "Simplified" License
13.45k stars 3.51k forks source link

connecting to http://localhost:8080/stat #1101

Open Sweetkubuni opened 7 years ago

Sweetkubuni commented 7 years ago

Hey guys,

I'm following the getting started tutorial to build / install nginx with rtmp. I'm at the part where I'm trying to access the stats page. However, I'm getting the following error message on the browser : Error loading stylesheet: Parsing an XSLT stylesheet failed.

papaaldrin commented 7 years ago

hi. copy the stat.xsl from nginx-rtmp-module to nginx directory

RickyRatchet1 commented 7 years ago

Place stat.sml in nginx root html Same folder holds welcome to nginx index.html Put full path in nginx.conf
location /stat.xsl { root /usr/local/nginx/html; } Your path may be different replace server_name localhost with IP address