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

Problems with Stat #1562

Open MacGyver71 opened 4 years ago

MacGyver71 commented 4 years ago

Hello everybody, I get an error message when calling my stat: Error loading stylesheet: Parsing an XSLT stylesheet failed. location /stat { rtmp_stat all; allow 127.0.0.1; } I have a test environment where it works exactly like that.

saltarob commented 10 months ago

Same here: Error loading stylesheet: Parsing an XSLT stylesheet failed. Maybe the stylesheet format is outdated? Any solution for that? Thank you.