Search found 2902 matches

by iconnor
Wed Oct 26, 2022 3:59 pm
Forum: Mobile Apps and Event Server
Topic: Having to delete tokens.txt every zmes restart
Replies: 7
Views: 1989

Re: Having to delete tokens.txt every zmes restart

Since you are willing to try different commits, I might suggest you try git bisect to actually figure which commit broke it.

I am looking into a different issue that I am seeing now that I have turn on FCM.
by iconnor
Wed Oct 26, 2022 3:49 pm
Forum: ZoneMinder 1.36.x
Topic: pi4 bullseye 1.36 arm64
Replies: 8
Views: 4803

Re: pi4 bullseye 1.36 arm64

That's funny because yesterday I put the 64bit version in place at zmrepo.zoneminder.com. I havn't actually testing it yet... will do so today, but update and see if you get it. There may be versioning difference causing it to not install. Use apt-cache madison zoneminder to see what's available.
by iconnor
Tue Oct 25, 2022 8:10 pm
Forum: Mobile Apps and Event Server
Topic: Having to delete tokens.txt every zmes restart
Replies: 7
Views: 1989

Re: Having to delete tokens.txt every zmes restart

Was it just the last commit? Most of the changes have been white space changes etc. I don't see how the last commit could have any effect.

Mine here isn't complaining but then I'm not using fcm... perhaps I'll turn it back on
by iconnor
Tue Oct 25, 2022 6:37 pm
Forum: ZoneMinder 1.34.x
Topic: Unable to open input rtsp
Replies: 8
Views: 1399

Re: Unable to open input rtsp

/usr/share/ffmpeg is a directory, containing things pertaining to ffmpeg, but not the executable file itself.

The instructions are at https://zmrepo.zoneminder.com

There is always paid support, we are happy to do a remote session and guide you through it.
by iconnor
Tue Oct 25, 2022 4:04 pm
Forum: ZoneMinder 1.34.x
Topic: Unable to open input rtsp
Replies: 8
Views: 1399

Re: Unable to open input rtsp

ffmpeg will be at /usr/bin/ffmpeg. If it isn't there, do apt-get install --reinstall ffmpeg.

Further, forget 1.34, go to zmrepo.zoneminder.com and follow the directions to get 1.36.31.

Next, the ffmpeg binary isn't used for capture. So that's a red herring.
by iconnor
Tue Oct 25, 2022 4:01 pm
Forum: Docker
Topic: Yesterday ?
Replies: 1
Views: 6523

Re: Yesterday ?

What is the system timezone set to? Probably UTC
by iconnor
Tue Oct 25, 2022 1:28 pm
Forum: ZoneMinder 1.36.x
Topic: can't login after update to 1.36.30
Replies: 5
Views: 480

Re: can't login after update to 1.36.30

1.36.31 should fix the issues, no idea when rpm fusion will publish it.
by iconnor
Tue Oct 25, 2022 1:23 pm
Forum: ZoneMinder 1.36.x
Topic: SOLVED: Real IP behind reverse proxy (nginx) for logentrys (f.e. fail2ban)
Replies: 5
Views: 904

Re: Real IP behind revers proxy for logentrys (fail2ban)

Change /usr/share/zoneminder/www/includes/logger.php line 368, replace REMOTE_ADDR with HTTP_X_FORWARDED_HOST
by iconnor
Tue Oct 25, 2022 1:25 am
Forum: ZoneMinder 1.36.x
Topic: "ZM_CASE_INSENSITIVE_USERNAMES"
Replies: 2
Views: 1014

Re: "ZM_CASE_INSENSITIVE_USERNAMES"

You havn't run zmupdate.pl -f
by iconnor
Mon Oct 24, 2022 6:38 pm
Forum: ZoneMinder 1.36.x
Topic: Custom Layouts in Montage view not saved and grid breaks
Replies: 4
Views: 305

Re: Custom Layouts in Montage view not saved and grid breaks

The custom layout doesn't set values in the dropdowns. Or it should set them to auto. The way it works is by saving the width , height and position of every monitor. So if you set the size to 640x480, edit the layout and save it, it _SHOULD_ store that size and position. However when selecting the l...
by iconnor
Mon Oct 24, 2022 5:38 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Only Update Diskspace forum running
Replies: 2
Views: 872

Re: Only Update Diskspace forum running

You can do sudo zmdc.pl status zmfilter .pl --filter_id=2 --daemon to see what zmdc.pl thinks about it. sudo zmdc.pl start zmfilter .pl --filter_id=2 --daemon Is basically how to web ui tells zmdc.pl to run it, so running that from command line should do the same thing. ps ax | grep zmfilter should ...
by iconnor
Mon Oct 24, 2022 5:14 pm
Forum: ZoneMinder 1.36.x
Topic: Custom Layouts in Montage view not saved and grid breaks
Replies: 4
Views: 305

Re: Custom Layouts in Montage view not saved and grid breaks

A custom layout is exactly that, stored width, height, position. So the dropdowns can't apply. Selecting them should unselect your custom layout. Similarly the 5 across layout sets a width of 20%, so selecting anything in the width dropdown should unselect 5 across. And vice versa. The strange layou...
by iconnor
Sun Oct 23, 2022 9:45 pm
Forum: ZoneMinder 1.36.x
Topic: Cannot Delete Large Numbers of files in Event Viewer or by Filters
Replies: 4
Views: 510

Re: Cannot Delete Large Numbers of files in Event Viewer or by Filters

Unfortunately TrueNas doesn't do much to support ZM on their platform. 1.36.12 is woefully out of date.
by iconnor
Sun Oct 23, 2022 9:43 pm
Forum: ZoneMinder 1.36.x
Topic: Released 1.36.30,31 The Memory Remains
Replies: 21
Views: 298795

Re: Released 1.36.30,31 The Memory Remains

So the question is did these work before 1.36.30? Cuz I really havn't changed anything on the c++ side in while.

Those errors tell me that ffmpeg doesn't like the stream, maybe not enough cpu or too many dropped packets.
by iconnor
Sun Oct 23, 2022 9:40 pm
Forum: ZoneMinder 1.36.x
Topic: Strange error after upgrading to 1.36.31
Replies: 6
Views: 727

Re: Strange error after upgrading to 1.36.31

It could be due to nfs share, if so try storing to a local drive.

It should have simply reverted to storing jpegs somewhere else though. Do you have any other storage areas defined for it to try?

I don't think that is has anything to do with php or db. the avio error is pretty clear.