Open tillsmc opened 1 month ago
Just found out recently for read localhost/stat ( if using windows )
Go to conf folder, edit nginx.conf
edit the command root "../stat.xsl";
to root "html/stat.xsl"
if still error load the stat page, maybe check the error_logs files in folder logs
Thank you for the Tip.. Unfortunately my nginx.conf looks a little different.. What version are you running? I might consider changing to that version and try..
Here is what my "location /stat" section in the nginx.conf looks like:
rtmp_stat all;
rtmp_stat_stylesheet stat.xsl;
# auth_basic "Restricted Content";
# auth_basic_user_file .htpasswd;
}
location /stat.xsl {
root site;
}
for the version, iam using the 1.7.11.3, its from release page for noalbs v2.11.2 but iam downloaded the source code(zip) instead, so i get the nginx there
maybe try to edit the root site;
into where your stat.xsl is located
Cheers!
I'm currently trying to set up an IRL Stream and configured my OBS 30.2.3 with NGINX 1.17.10, RTMP Module 1.2.1 and NOALBS 2.11.2.
Everything seems to be working, except the Auto Switcher and "!bitrate" command in twitch chat. Even though the RTMP stream is up and running, NOALBS always changes the scene to the offline scene and when I type "!bitrate" or "!b" in chat, it responds with "No connection :(".
So it seems like NoAlbs cannot read the stats on http://localhost/stat eventhough I can access it via Browser. I tried to exchange "localhost" with my IP, but that didn't help either.
I found some "closed issues" on this github with similar problems, but those solutions didn't help. For example, it also doesnt work, when i actually go Live with OBS.
I've searched for hours by now, and I wasn't able to find any solutions on the web. So, Thank you in advance for your help!
Attached you'll find my config.json (with sensitive information replaced with "XXXX":