Search found 12 matches

by ncpv
Tue Sep 20, 2022 1:10 am
Forum: ZoneMinder 1.36.x
Topic: Montage will only display 6 of 8 cameras
Replies: 10
Views: 1508

Re: Montage will only display 6 of 8 cameras

You can also fix the problem by adding multiple server entries and assigning your monitors to the different servers, so that each server has no more than 5 monitors.

Check out this post: viewtopic.php?p=108940
by ncpv
Tue Sep 20, 2022 12:54 am
Forum: ZoneMinder 1.36.x
Topic: Event playback - incorrect total duration
Replies: 3
Views: 369

Re: Event playback - incorrect total duration

Did you (or someone else) has a solution for this? I did not find the solution, but I did some experiments and tried watching the recorded mp4 video file directly in Firefox by opening it in a separate tab (not in Zoneminder). The built-in Firefox video player behaved in the same way - total durati...
by ncpv
Thu Aug 25, 2022 3:43 pm
Forum: ZoneMinder 1.36.x
Topic: Event playback - incorrect total duration
Replies: 3
Views: 369

Event playback - incorrect total duration

Zoneminder 1.36.24 (PPA), Ubuntu Server 22.04, Nginx. When the event playback starts the total event duration shown by the player is less than the event length. As the playback continues the total duration shown by the player will increase, the playback bar's length will re-adjust and at some point ...
by ncpv
Thu Jan 21, 2021 1:21 am
Forum: ZoneMinder 1.33.x Development Branch
Topic: Why does Zoneminder require polkit on Linux?
Replies: 4
Views: 19736

Re: Why does Zoneminder require polkit on Linux?

What have you got against polkit? Dependencies. It pulls spidermonkey, rust and llvm which otherwise would not be installed on this particular system. And because that system runs a compiled Linux distribution, I would like to avoid compiling these dependencies. May I ask what exactly would break i...
by ncpv
Sun Jan 17, 2021 3:26 pm
Forum: ZoneMinder 1.33.x Development Branch
Topic: Why does Zoneminder require polkit on Linux?
Replies: 4
Views: 19736

Why does Zoneminder require polkit on Linux?

I have Zoneminder 1.33 installed on a Linux box.

Among other dependencies there is a polkit package.

Why does Zoneminder need it?

Is there a particular aspect of Zoneminder's operation that requires it?

Can it work without polkit?
by ncpv
Thu Jan 10, 2019 6:27 pm
Forum: User Contributions
Topic: Firefox montage view server-wide solution
Replies: 5
Views: 10491

Firefox montage view server-wide solution

There is known issue that affects Firefox users when they view Montage page. Firefox imposes limit of how many simultaneous connections can be established per server. As a result, some cameras on Montage page will not be displayed. The FAQ suggest one solution: https://zoneminder.readthedocs.io/en/l...
by ncpv
Tue Nov 27, 2018 12:24 am
Forum: ZoneMinder 1.32.x
Topic: [Solved] CORS issue
Replies: 8
Views: 3869

Re: CORS issue

There are some missing auth= in the various status urls.
Thanks a lot. With this hint I was able to figure out that ZM_AUTH_HASH_LOGINS config option was not set. This was causing the auth_hash global variable to be not declared and as result - auth= was not being sent in queries.
by ncpv
Mon Nov 26, 2018 10:24 pm
Forum: ZoneMinder 1.32.x
Topic: [Solved] CORS issue
Replies: 8
Views: 3869

Re: CORS issue

@iconnor,

Can you please point out place in code which should set the auth token? I guess I can try to figure out what is going on there.
by ncpv
Mon Nov 26, 2018 9:33 pm
Forum: ZoneMinder 1.32.x
Topic: [Solved] CORS issue
Replies: 8
Views: 3869

Re: CORS issue

I think you need to try out our current master builds. There are some missing auth= in the various status urls.
I downloaded the master two days ago. Was there some fix for this since then?

I will try anyway.
by ncpv
Mon Nov 26, 2018 9:08 pm
Forum: ZoneMinder 1.32.x
Topic: [Solved] CORS issue
Replies: 8
Views: 3869

Re: CORS issue

With the Debug on, the following appeared in the log: 11/26/18 15:59:40.403089 web_php[12885].DBG [View: options Request: Action: ] at index.php line 209 11/26/18 15:59:45.903302 web_php[12885].DBG [View: request Request: status Action: ] at index.php line 209 11/26/18 15:59:50.901345 web_php[12885]...
by ncpv
Mon Nov 26, 2018 8:44 pm
Forum: ZoneMinder 1.32.x
Topic: [Solved] CORS issue
Replies: 8
Views: 3869

Re: CORS issue

You need a Server entry under options -> Servers for example.com I do have it. Just to be sure, I deleted and created it again. It does not affect the issue. However, I do not know whether or not this is important, but all servers show status "Unknown", there is no CpuLoad data, Free/Tota...
by ncpv
Mon Nov 26, 2018 6:27 pm
Forum: ZoneMinder 1.32.x
Topic: [Solved] CORS issue
Replies: 8
Views: 3869

[Solved] CORS issue

Zoneminder version: 1.32.2 (built from sources) OS: Linux Gentoo Web server: Apache Note : I am aware that building Zoneminder from sources is discouraged, however, the latest version of Zoneminder available for installation in Gentoo portage is 1.30.4 and it is completely unusable with fully update...