Search found 2400 matches

by knight-of-ni
Tue May 16, 2023 5:58 pm
Forum: ZoneMinder 1.36.x
Topic: Zoneminder no longer in EPEL?
Replies: 4
Views: 2392

Re: Zoneminder no longer in EPEL?

BobLaske wrote: Tue May 16, 2023 2:01 pm I did follow 'all' of it and shared what was happening.
Negative. You skipped the first sentence, which describes how to enable RPMFusion.

https://zoneminder.readthedocs.io/en/la ... zoneminder
by knight-of-ni
Tue May 16, 2023 12:17 pm
Forum: ZoneMinder 1.36.x
Topic: Zoneminder no longer in EPEL?
Replies: 4
Views: 2392

Re: Zoneminder no longer in EPEL?

Where have you been? ZoneMinder has lived in RPMFusion for the past decade.

Looks like you found the right documentation. It is correct. You just need to follow all of it.
by knight-of-ni
Fri Mar 31, 2023 12:17 am
Forum: Non-ZoneMinder Chat
Topic: MySQL Performance Tuning
Replies: 8
Views: 14927

Re: MySQL Performance Tuning

No, this thread from 2009 is ancient. We replaced all the myisam tables with innodb years ago.

Simplest thing to do, to tune your database, is to run mysqltuner after your dB has been running at least 24 hours. Just do what mysqltuner suggests.
by knight-of-ni
Mon Jan 30, 2023 2:22 pm
Forum: Announcements
Topic: EL7 deprecated, EL9 support added to build system
Replies: 0
Views: 163295

EL7 deprecated, EL9 support added to build system

ZoneMinder 1.36.x marks the last release supported on RHEL7 compatible distros. This includes, but is not limited to, Alma and Rocky Linux distros. End users running RHEL7 distros will need to upgrade to RHEL8 or 9, in order to take advantage of the next 1.38.0 ZoneMinder release (no ETA yet). RHEL9...
by knight-of-ni
Sun Jan 29, 2023 1:06 pm
Forum: ZoneMinder 1.36.x
Topic: FC-37
Replies: 6
Views: 2306

Re: FC-37

You should follow the instructions here:
https://zoneminder.readthedocs.io/en/st ... zoneminder
by knight-of-ni
Wed Dec 21, 2022 9:28 pm
Forum: ZoneMinder 1.36.x
Topic: Missing package dependency
Replies: 3
Views: 1575

Re: Missing package dependency

This has been a bit of moving target. There was a time where we had to use memcached on Fedora, but that is no longer the case. Indeed a new problem arose with memcached. However, php caching appears to be working with php Apc on Fedora, without the deprecated backwards compatibility subpackage that...
by knight-of-ni
Thu Nov 24, 2022 1:16 pm
Forum: ZoneMinder 1.36.x
Topic: Ghosting ?
Replies: 4
Views: 1772

Re: Ghosting ?

You are dropping frames. Could be a network problem. Could be a server resource problem.

Try forcing the stream type to unicast tcp.
Lower your frame rate.

What is the load on the server?
This isn't a wifi camera is it?
by knight-of-ni
Fri Nov 11, 2022 4:17 pm
Forum: ZoneMinder 1.36.x
Topic: Downgrade on Centos7
Replies: 11
Views: 4745

Re: Downgrade on Centos7

I use Rocky Linux 9 for production systems, including zoneminder.
by knight-of-ni
Thu Nov 10, 2022 1:26 pm
Forum: ZoneMinder 1.36.x
Topic: Downgrade on Centos7
Replies: 11
Views: 4745

Re: Downgrade on Centos7

Hotfix is described here under "hacky workaround": https://github.com/ZoneMinder/zoneminder/issues/3622 Be advised, zm 1.36.x is the last major release that will support centos 7. When zm 1.38 is released (not eta yet), only centos 8 & 9 will be supported. Just giving everyone plenty o...
by knight-of-ni
Mon Aug 08, 2022 6:12 pm
Forum: ZoneMinder 1.36.x
Topic: No web interface after upgrade to 1.36.21
Replies: 29
Views: 19465

Re: No web interface after upgrade to 1.36.21

Thanks for the feedback.

Changes will be reflected in the new rpm's I built yesterday.

They are in RPMFusion testing repos now and will take a week to make it to RPMFusion stable repos.
by knight-of-ni
Sun Aug 07, 2022 10:29 pm
Forum: ZoneMinder 1.36.x
Topic: No web interface after upgrade to 1.36.21
Replies: 29
Views: 19465

Re: No web interface after upgrade to 1.36.21

check if the php-intl package is installed:

Code: Select all

rpm -qa |grep php-intl
If it is not, then install it and restart httpd:

Code: Select all

sudo dnf install php-intl
sudo systemctl restart httpd
Please report back
by knight-of-ni
Thu Aug 04, 2022 4:58 pm
Forum: ZoneMinder 1.36.x
Topic: Unable to view events in web browser (Vid blank)
Replies: 3
Views: 1375

Re: Unable to view events in web browser (Vid blank)

The key to this kind of problem is to know what browser you were using. The Can Stream option tests against known browser strings, so if you are using a weird browser or a new version of a browser, then the auto detect logic can incorrectly set the stream settings. Plugins that mask or change the br...
by knight-of-ni
Tue Jul 19, 2022 8:53 pm
Forum: ZoneMinder 1.36.x
Topic: My Zoneminder stream Flashing
Replies: 4
Views: 1474

Re: My Zoneminder stream Flashing

On my Rocky Linux 8 system, installing the php-process package solved that.
by knight-of-ni
Fri May 20, 2022 5:14 pm
Forum: ZoneMinder 1.34.x
Topic: ESP32 Cam not working properly with ZM
Replies: 7
Views: 5480

Re: ESP32 Cam not working properly with ZM

Without knowing how the code running on the ESP32 does the streaming, it is going to be hard to tell you what the right settings in zoneminder will be. You may have some luck with the way we used to figure this out for gen 1 ip cameras (pre-Onvif)... load the camera web page, right click on the stre...