added RTMP stats note

This commit is contained in:
Roman Arutyunyan 2012-05-10 18:38:25 +04:00
parent 6761a88516
commit f209925e4b

6
README
View file

@ -121,8 +121,10 @@ http {
} }
location /stat.xsl { location /stat.xsl {
# XML stylesheet to view RTMP stats # XML stylesheet to view RTMP stats.
root /home/rarutyunyan/nginx-rtmp-module/; # Copy stat.xsl wherever you want
# and put the full directory path here
root /path/to/stat.xsl/;
} }
} }