Search found 16 matches

by apber
Sat Dec 10, 2022 4:15 am
Forum: ZoneMinder 1.36.x
Topic: zmNinja live feed is laggy/jumpy, but fine from a browser
Replies: 4
Views: 4019

Re: zmNinja live feed is laggy/jumpy, but fine from a browser

As far as I know zmninja is still abandoned. Yet it's been working for me mostly fine all this time (fingers crossed). At most the app will refresh the feed once every second. The browser can do it much faster since it does have to go through the API.
by apber
Sat Dec 10, 2022 3:58 am
Forum: ZoneMinder 1.36.x
Topic: Docker ssl/https
Replies: 3
Views: 798

Re: Docker ssl/https

I've had ZM running over https on a dedicated vm for years. Doing it inside Docker would follow the workflow delineated by burger.
by apber
Fri Dec 09, 2022 7:29 pm
Forum: ZoneMinder 1.36.x
Topic: Persistent Logon Session
Replies: 0
Views: 7048

Persistent Logon Session

I have a few tablets around the house in kiosk mode with access to specific cameras. About every two days the user gets logged out and I have to go around logging in again on each tablet. Is there a way to set the session timeout to indefinite or let's say, a few months? I have tried setting COOKIE_...
by apber
Thu Oct 27, 2022 5:09 pm
Forum: ZoneMinder 1.36.x
Topic: Very high disc write from MySQL destroying SSD.
Replies: 20
Views: 6219

Re: Very high disc write from MySQL destroying SSD.

geraldbrandt wrote: Thu Oct 27, 2022 3:20 pm I would switch to Postgres!
Wouldn't the db on Postgress also contain the same update and insert triggers?
by apber
Wed Oct 26, 2022 2:55 pm
Forum: ZoneMinder 1.36.x
Topic: Very high disc write from MySQL destroying SSD.
Replies: 20
Views: 6219

Re: Very high disc write from MySQL destroying SSD.

HDD's rated for video or NAS grade should handle whatever the DMBS throws at them in terms of IO. My db has been on Samsung Pro SSD's on RAID5 for two years and have seen no issues.
by apber
Thu Sep 22, 2022 2:45 am
Forum: ZoneMinder 1.36.x
Topic: Cannot export events
Replies: 17
Views: 4050

Re: Cannot export events

The export problem was due to a typo on a variable name on 1.36.25 as far as I could see. 1.36.26 fixed it for me.

I have no problem downloading video.
by apber
Fri Sep 09, 2022 6:45 pm
Forum: ZoneMinder 1.34.x
Topic: Audio in live stream
Replies: 18
Views: 35505

Re: Audio in live stream

Yes, that's been supported from a long time. But this thread is about audio on the live stream.
by apber
Fri Aug 05, 2022 1:00 am
Forum: ZoneMinder 1.36.x
Topic: 1.36.19 Decoding is not keeping up
Replies: 4
Views: 2464

Re: 1.36.19 Decoding is not keeping up

I started seeing this after the wireless traffic increased significantly on vlan where my two cameras are. Solved it by separating the traffic through less busy switch ports.
by apber
Mon May 23, 2022 2:28 am
Forum: ZoneMinder 1.34.x
Topic: Audio in live stream
Replies: 18
Views: 35505

Re: Audio in live stream

Put Apache2 or Nginx in front of it as a proxy and let it do the HTTPS for you. Just a thought... That's what I was doing, but on the next update the developer disallowed that. Seeing what an a**hole of a programmer one has to be to do something like that, I decided to just ditch that solution and ...
by apber
Wed Feb 16, 2022 4:50 am
Forum: ZoneMinder 1.36.x
Topic: Audit Events Report - Emtpy Timeline
Replies: 2
Views: 834

Re: Audit Events Report - Emtpy Timeline

True. Thanks.

The problem was due to php running out of the default 128M of RAM. Increased it and now it works fine.
by apber
Fri Feb 11, 2022 12:01 am
Forum: ZoneMinder 1.36.x
Topic: Audit Events Report - Emtpy Timeline
Replies: 2
Views: 834

Audit Events Report - Emtpy Timeline

After updating from 1.36.2 to 1.36.12 the events timeline under Audit Events Report is always blank and the event video panel stays on "evaluating fps" without showing any video. It happens for any or all cameras. Tested on Chrome, Firefox and Brave. Also deleted cookies. No luck. Is anyon...
by apber
Sat Jul 24, 2021 3:43 pm
Forum: ZoneMinder 1.36.x
Topic: functions.php line 1902
Replies: 11
Views: 23492

Re: functions.php line 1902

Same problem with zm 1.36.5 on Ubuntu 20.04. Error has been appearing since the beginning of the installation fresh on this machine. I suspect it's a false error too because I have no issues viewing or recording with any of my 3 cameras. As others, I use high bandwidth mode and almost always am on t...
by apber
Mon Jul 12, 2021 2:49 am
Forum: ZoneMinder 1.36.x
Topic: Frames Saved to DB Despite Save JPEGs Disabled
Replies: 3
Views: 8232

Re: Frames Saved to DB Despite Save JPEGs Disabled

If I enable Save JPEGs images are saved to the event folder. I thought that this setting applied to the frames saved to the database. So, Save JPEGs saves frames to the file system. But putting them in the database depends on the monitor function.
by apber
Sun Jul 11, 2021 8:52 pm
Forum: ZoneMinder 1.36.x
Topic: Frames Saved to DB Despite Save JPEGs Disabled
Replies: 3
Views: 8232

Re: Frames Saved to DB Despite Save JPEGs Disabled

Thanks. I had already done what you suggest, except enabling compression on the table. And was suspecting that Monitor > Storage > Save JPEGs does not apply to Modect.

I guess I'll compress the table or expand the db storage.
by apber
Sun Jul 11, 2021 6:43 pm
Forum: ZoneMinder 1.36.x
Topic: Frames Saved to DB Despite Save JPEGs Disabled
Replies: 3
Views: 8232

Frames Saved to DB Despite Save JPEGs Disabled

Investigating fast database growth I found that it's due to the Frames table storing the frames for all events. I have Monitor > Storage > Save JPEGs set to Disabled. Is there any other setting needed to stop each frame from being saved to the db? My goal is to save the video of the event (which is ...