Search found 23 matches

by sabretoothedhamster
Sun Jun 21, 2020 9:41 pm
Forum: ZoneMinder 1.34.x
Topic: Triggering debug logging without restart
Replies: 2
Views: 1634

Re: Triggering debug logging without restart

iconnor wrote: Sun Jun 21, 2020 3:33 pm kill -SIGUSR1 <pid of process>
Thank you Isaac!

I believe this information worth mentioning in zoneminder docs chapter "Options -> Logging" (https://zoneminder.readthedocs.io/en/st ... gging.html).
by sabretoothedhamster
Sat Jun 20, 2020 8:51 am
Forum: ZoneMinder 1.34.x
Topic: Triggering debug logging without restart
Replies: 2
Views: 1634

Triggering debug logging without restart

Hello everyone! I am still fighting with trouble from this post: https://forums.zoneminder.com/viewtopic.php?f=40&t=29547 . I finally came to stage to enable and study debug logs. However it seems that zm switches logging only after restart. But in my situation the trouble I am trying to catch a...
by sabretoothedhamster
Sat Jun 13, 2020 11:21 am
Forum: ZoneMinder 1.34.x
Topic: nodect to modect links mysteriously stopped working
Replies: 4
Views: 1600

Re: nodect to modect links mysteriously stopped working

Some intermediate summary... My setup still does not work properly and I can not find the reason :( After change of buffer sizes (to make them equal for modect and nodect monitors) situation became better: monitors started to work but link quickly disappear. After I have disabled filesystem logging ...
by sabretoothedhamster
Sat Jun 06, 2020 11:48 pm
Forum: ZoneMinder 1.34.x
Topic: nodect to modect links mysteriously stopped working
Replies: 4
Views: 1600

Re: nodect to modect links mysteriously stopped working

Make sure you have same settings in buffer tab. Pre/post frame count, alarming frames etc. For me this did the trick. Thanks for the the cool idea since I did not have any! That trouble somehow linked to these buffer numbers. I have certainly changed them before links broke to fix "Buffer over...
by sabretoothedhamster
Fri Jun 05, 2020 5:18 pm
Forum: ZoneMinder 1.34.x
Topic: nodect to modect links mysteriously stopped working
Replies: 4
Views: 1600

nodect to modect links mysteriously stopped working

Hello everyone! I would be very grateful for any ideas on how to find and fix broken modect to nodect links. I have recently switched from pure modect processing to modect(on lowres streams) + nodect(on hi res streams). It allowed me to add one more camera, to lower overall system load (both cpu and...
by sabretoothedhamster
Mon Jun 01, 2020 8:16 pm
Forum: ZoneMinder 1.34.x
Topic: Source stream cropping strikes back
Replies: 4
Views: 1887

Re: Source stream cropping strikes back

Hello mikb! Parameters are width:height:xoffs:yoffs ... I know that. I have just used some temporary sample... It will not work this way in any case :( As you may guess from my question I tried to substitute "default" zoneminder's ffmpeg with my own script but also without success. Alterna...
by sabretoothedhamster
Mon Jun 01, 2020 8:11 pm
Forum: ZoneMinder 1.34.x
Topic: Source stream cropping strikes back
Replies: 4
Views: 1887

Re: Source stream cropping strikes back

ZM doesn't support that at this time. Hello Isaac! Thank you for the prompt answer... Would you please elaborate also a little bit on PATH_FFMPEG? Do I understand correctly that zoneminder does not use ffmpeg binary at all? What if I build my own instance of ffmpeg (e.g. with additional hw accelera...
by sabretoothedhamster
Mon Jun 01, 2020 10:56 am
Forum: ZoneMinder 1.34.x
Topic: Source stream cropping strikes back
Replies: 4
Views: 1887

Source stream cropping strikes back

Hello everyone! May I draw your attention to a topic from the past: https://forums.zoneminder.com/viewtopic.php?p=101031 ? My attempt to google the theme resulted in a conclusion that it raised several times but had not been solved. Yet I feel that with wider availability of cheap highres cameras (w...
by sabretoothedhamster
Fri Mar 20, 2020 10:10 am
Forum: ZoneMinder 1.34.x
Topic: Buttons do not work
Replies: 10
Views: 5605

Re: Buttons do not work

For those with similar mysterious troubles: my final solution was a clean reinstall of zm (i.e. I have uninstalled zm, manually checked and removed all the remaining files/data (configs, db etc.) and installed fresh zm 1.34 (my previous install was 1.32 updated to 1.34). After that (and after total ...
by sabretoothedhamster
Wed Feb 12, 2020 3:29 pm
Forum: ZoneMinder 1.34.x
Topic: Buttons do not work
Replies: 10
Views: 5605

Re: Buttons do not work

It seems that no one has any other ideas regarding this case. May there be some checks that I could perform to find the reason of such a trouble? I have found so far, that button-linked event processing logic had been changed after 1.32 (then it was plain standard onclick event attribute <button typ...
by sabretoothedhamster
Tue Feb 11, 2020 1:07 pm
Forum: ZoneMinder 1.34.x
Topic: Buttons do not work
Replies: 10
Views: 5605

Re: Buttons do not work

One more detail: I have checked apache logs and found that every single request to /zm* finishes with code 200 (i.e. no unresolved resources are asking from browser side)
by sabretoothedhamster
Tue Feb 11, 2020 10:03 am
Forum: ZoneMinder 1.34.x
Topic: Buttons do not work
Replies: 10
Views: 5605

Re: Buttons do not work

Please, point me out which "other files" do you mean? As far as I understand the only noticeable error in the log above is XHR failed loading: GET "http://myhost/zm/index.php?view=request&request=status&entity=navBar" and it is just a timely status update. It could fails ...
by sabretoothedhamster
Mon Feb 10, 2020 11:49 pm
Forum: ZoneMinder 1.34.x
Topic: Buttons do not work
Replies: 10
Views: 5605

Re: Buttons do not work

Isaac, your approach gave the following outcome (I have inspected 'Frames' button on the event details page): The Content Security Policy 'script-src 'unsafe-inline' 'self' 'nonce-df5875716370a9dcb1e200eab6c75b2c' ;' was delivered in report-only mode, but does not specify a 'report-uri'; the policy ...
by sabretoothedhamster
Mon Feb 10, 2020 9:40 pm
Forum: ZoneMinder 1.34.x
Topic: Buttons do not work
Replies: 10
Views: 5605

Re: Buttons do not work

Thanks for your idea, bbunge but it did not help :( It seems to me that something is wrong with page code (either html or js). Unfortunately I am not so experienced in web coding to find the reason myself. I have found only one working button so far: at the top-right corner of the main page ('runnin...
by sabretoothedhamster
Mon Feb 10, 2020 6:41 pm
Forum: ZoneMinder 1.34.x
Topic: Buttons do not work
Replies: 10
Views: 5605

Buttons do not work

Hello again! After solving the initial issue with missing db updates I tried to check everything else and found exactly the same trouble as I did while trying to test v1.33: https://forums.zoneminder.com/viewtopic.php?f=39&t=28243&p=110271 Most of the buttons do not function at all. E.g. on ...