Page 1 of 1
[SOLVED] Cameras no longer showing FPS
Posted: Mon Aug 05, 2019 9:20 am
by lbm
Hi,
after upgrading to 1.32.3, my cameras are no longer showing FPS. How can this be?
Now it only shows: "State: - fps", the number itself is actually missing.
Thanks.
Re: Cameras no longer showing FPS
Posted: Thu Aug 08, 2019 12:14 am
by iconnor
Can think of lots of reasons. Hard to tell without any information.
How many cameras? There is a limit of 4-6 for most browsers.
Your best best might be right click, inspect Element, click on console tab and see what it says there.
Re: Cameras no longer showing FPS
Posted: Thu Aug 08, 2019 8:48 am
by lbm
Hi, theres is only 2 cameras, and I have the same issue, if I only look at the single camera.
From your input, I can see a lot of these errors.
So since, the site is served using SSL, and it load contents from an non-ssl site, I get this error.
Actually it seems like the same, og same kinda issue as:
https://github.com/ZoneMinder/zoneminder/issues/2316, if looking at the last post.
-- edit --
Here as well:
https://github.com/ZoneMinder/zoneminder/issues/2339
Re: Cameras no longer showing FPS
Posted: Wed Aug 21, 2019 11:09 am
by lbm
Any suggestions ?
It's worth noticing, im running an reverse proxy infront of it, where the SSL certificated, and then forwards as normal plain tcp traffic.
This was working fine, with the older 1.30 versions.
Re: Cameras no longer showing FPS
Posted: Wed Aug 21, 2019 7:22 pm
by iconnor
Upgrade to 1.33.14 and see what happens.
Re: Cameras no longer showing FPS
Posted: Fri Aug 23, 2019 12:49 pm
by lbm
iconnor wrote: ↑Wed Aug 21, 2019 7:22 pm
Upgrade to 1.33.14 and see what happens.
That is currently not really option for me at this time, I was wondering, if there was some sort of hack that I could create directly to the code.
Seems, that the mootools-core.js sends without https, but only as http.
Part of googles inspector says.
Code: Select all
p?view=request&request=stream&connkey=810108&command=99'. This request has been blocked; the content must be served over HTTPS.
send @ mootools-core.js:6432
mootools-core.js:6432 Mixed Content: The page at
Re: Cameras no longer showing FPS
Posted: Thu Jan 16, 2020 8:38 pm
by lbm
Upgraded to 133.16, and its fixed as expected.
TY!