Search found 2914 matches

by iconnor
Fri May 03, 2024 8:45 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Error writing packet: Invalid argument
Replies: 10
Views: 2705

Re: Error writing packet: Invalid argument

That's a very good point. pts is changing, dts is not.
by iconnor
Fri May 03, 2024 8:41 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Montage page, Modernization
Replies: 10
Views: 722

Re: Montage page, Modernization

Actually lots of people want an arrangement where some cameras are bigger than others.

That's the problem, everyone wants something different.
by iconnor
Fri May 03, 2024 8:38 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Montage page, Modernization
Replies: 10
Views: 722

Re: Montage page, Modernization

2x and 4x should work fine. We set the img.style.width and height to whatever 2x and 4x would be. We just don't ask for more than 100% from the server. We only tell zms to scale down to improve network bandwidth and cpu use.
by iconnor
Fri May 03, 2024 2:09 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Error writing packet: Invalid argument
Replies: 10
Views: 2705

Re: Error writing packet: Invalid argument

I see this all the time with cameras with a bad clock. When ntp syncs the clock jumps back in time.
by iconnor
Fri May 03, 2024 2:07 pm
Forum: ZoneMinder 1.36.x
Topic: Capturing in NODECT, Encode in Auto, Which AI?
Replies: 4
Views: 314

Re: Capturing in NODECT, Encode in Auto, Which AI?

In 1.37 you can use av1.
by iconnor
Fri May 03, 2024 1:11 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Montage page, Modernization
Replies: 10
Views: 722

Re: Montage page, Modernization

Regards to scale= in img stream. There is no point in ZM upscaling the images to send to the browser more than 100%. The browser can scale the image to whatever size it wants. So we limit that parameter.
by iconnor
Mon Apr 29, 2024 12:30 pm
Forum: ZoneMinder 1.36.x
Topic: Capturing in NODECT, Encode in Auto, Which AI?
Replies: 4
Views: 314

Re: Capturing in NODECT, Encode in Auto, Which AI?

I am not aware of firefox supporting h265.
by iconnor
Mon Apr 29, 2024 12:29 pm
Forum: ZoneMinder 1.36.x
Topic: Upgraded to ubuntu 22.04 using 1.36.x of ZM and BOOM
Replies: 6
Views: 343

Re: Upgraded to ubuntu 22.04 using 1.36.x of ZM and BOOM

For apache you cut off the rest of the output that would have told what was up. But you likely just need to enable a module.

Something like sudo a2enmod rewrite

check your logs. THere is always a reason given as to why things don't work.
by iconnor
Thu Apr 25, 2024 9:45 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: How to stop monitor stream?
Replies: 4
Views: 393

Re: How to stop monitor stream?

Because zms quits, but you havnt stopped the ajax status requests
by iconnor
Thu Apr 25, 2024 1:47 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: error updating the db 1.37.59 from 1.37.57
Replies: 5
Views: 691

Re: error updating the db 1.37.59 from 1.37.57

It sounds like maybe both tables exist, which just makes this a huge mess.

If you actually have any snapshots, you might want to look in those tables and see if there is anything in them.

I am pushing an update to make it check for existence of both.
by iconnor
Thu Apr 25, 2024 1:38 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: How to stop monitor stream?
Replies: 4
Views: 393

Re: How to stop monitor stream?

Uh... Something is bad here. I was under the impression that sending the CMD_STOP would stop the stream.... apparently all it does is unpause.... which is very counter-intuitive. CMD_QUIT will cause zms to exit, which will do the job. Maybe CMD_PAUSE would suffice though, so you could then send CMD_...
by iconnor
Wed Apr 17, 2024 1:37 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: [FIXED] - ISSUE/BUG - Event delete issue
Replies: 6
Views: 820

Re: ISSUE/BUG - Event delete issue

Just pushed a fix. New packages are building.
by iconnor
Wed Apr 17, 2024 12:59 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: 1.37.57: Unable to connect IP camera as monitor
Replies: 26
Views: 2504

Re: 1.37.57: Unable to connect IP camera as monitor

If the camera supports rtsp and/or rtmp it should work. If it can work in vlc, it can work in zm. If not, then... not. If their support goes on about not supporting linux... then... demand that it work in vlc on windows. Or mac. Narrow the demand down to something that they have to support. If it wo...
by iconnor
Wed Apr 17, 2024 12:50 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: [FIXED] - ISSUE/BUG - Event delete issue
Replies: 6
Views: 820

Re: ISSUE/BUG - Event delete issue

There is likely a javascript error... can you right click, inspect element, go to console tab and see if anything useful is there?