Search found 81 matches

by IgorA100
Sat May 18, 2024 12:44 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Latest version appears to have a memory leak?
Replies: 8
Views: 635

Re: Latest version appears to have a memory leak?

iconnor wrote: Thu May 16, 2024 2:35 pm There are no known memory leaks.
On a couple of 3K-4K monitors sometimes a memory leak occurs (memory consumption increases X4 times). But this requires additional analysis on my part.
by IgorA100
Fri May 17, 2024 5:47 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: New ZoomPan (Zooming and Panning) on Watch, Montage page
Replies: 0
Views: 154

New ZoomPan (Zooming and Panning) on Watch, Montage page

Control: 1. Zoom buttons that appear when you hover the mouse over the image. Additionally, you can use "Ctrl". "Ctrl" + mouse click on the "-" button - reset the scale to "1" "Ctrl" + mouse click on the "+" button - increase at speed X2 2....
by IgorA100
Fri May 17, 2024 7:16 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: Montage page, Modernization
Replies: 12
Views: 1184

Re: Montage page, Modernization

All my changes are available in the current build: https://launchpad.net/~iconnor/+archive ... der-master
by IgorA100
Fri May 03, 2024 8:20 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Janus, mute/unmute
Replies: 6
Views: 1295

Re: Janus, mute/unmute

The mute/unmute problem is related to high bitrate. At bitrates below 12Mbps the connection is relatively stable. But the question arises, how can you view live video, for example, from 4 cameras transmitting a video stream with a bitrate of 12 * 4 = 48 Mbit/s with a channel of 30 Mbit/s? You cannot...
by IgorA100
Fri May 03, 2024 4:07 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Montage page, Modernization
Replies: 12
Views: 1184

Re: Montage page, Modernization

geraldbrandt wrote: Fri May 03, 2024 3:42 pm This is EXACTLY what I want montage to be.
In this case, how will the image from the camera look not in landscape mode, but in portrait mode? Compressed twice vertically? Or cropped top and bottom?
by IgorA100
Fri May 03, 2024 2:38 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Error writing packet: Invalid argument
Replies: 10
Views: 2841

Re: Error writing packet: Invalid argument

Synchronization was once a day, changed it to once every hour.
I'll keep an eye on it.
by IgorA100
Fri May 03, 2024 2:11 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Montage page, Modernization
Replies: 12
Views: 1184

Re: Montage page, Modernization

iconnor wrote: Fri May 03, 2024 1:11 pm There is no point in ZM upscaling the images to send to the browser more than 100%.
I agree.
This means “Scale 2x, Scale 4x”, etc. won't work, right? Otherwise I'm confused.
by IgorA100
Fri May 03, 2024 10:24 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: Montage page, Modernization
Replies: 12
Views: 1184

Re: Montage page, Modernization

Don't reinvent the wheel. Use the power of CSS and overlay/extensions. I looked at your solution. Yes, it's interesting, but: - it is not possible to change the display size for each monitor. - there is no way to change the sorting and location of monitors. These are the main points why I decided t...
by IgorA100
Thu May 02, 2024 7:35 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Error writing packet: Invalid argument
Replies: 10
Views: 2841

Re: Error writing packet: Invalid argument

ZM v1.37.58 Sometimes errors appear: 5/2/24, 9:17:46 PM GMT+3 zmc_m5 716761 ERR Error writing packet: Invalid argument zm_videostore.cpp 1415 5/2/24, 9:17:46 PM GMT+3 zmc_m5 716761 WAR pkt.dts(2270423) must be <= pkt.pts(2270156).Decompression must happen before presentation. zm_videostore.cpp 1399 ...
by IgorA100
Thu May 02, 2024 6:03 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Montage page, Modernization
Replies: 12
Views: 1184

Re: Montage page, Modernization

Scaling:
The font size is the same on both screenshots!
_1.JPG
_1.JPG (225.91 KiB) Viewed 1146 times
_2.JPG
_2.JPG (118.71 KiB) Viewed 1146 times
by IgorA100
Thu May 02, 2024 2:51 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Montage page, Modernization
Replies: 12
Views: 1184

Montage page, Modernization

Because Now I'm modernizing the Montage page, I propose to discuss it here. Grid will be based on https://github.com/gridstack/gridstack.js Layout will be: - "Freeform" - 2 Wide, 3 Wide, 4 Wide, 6 Wide, 8 Wide, maybe 12 Wide - User customizable. Because grid elements are scalable, then it ...
by IgorA100
Thu Apr 25, 2024 9:29 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: How to stop monitor stream?
Replies: 4
Views: 591

Re: How to stop monitor stream?

It’s very strange, but when I respond to the CMD_QUIT command I receive a message in the browser console: socket_sendto( /run/zm/zms-381296s.sock ) failed: Connection refused Reloading stream: http://192.168.111.244/zm/cgi-bin/nph-zms?scale=100&state=1&zones=0&mode=jpeg&maxfps=30&...
by IgorA100
Thu Apr 25, 2024 2:24 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: How to stop monitor stream?
Replies: 4
Views: 591

Re: How to stop monitor stream?

Running CMD_PAUSE does not reduce server resource consumption.
by IgorA100
Thu Apr 25, 2024 1:08 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Linked Monitor is not triggered
Replies: 2
Views: 704

Re: Linked Monitor is not triggered

If you understood the reason, you could try to eliminate it.
by IgorA100
Thu Apr 25, 2024 1:02 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: How to stop monitor stream?
Replies: 4
Views: 591

How to stop monitor stream?

I'm completely changing the grid of a Montage page and need to stop some monitors so they don't consume resources (when they're not showing on the screen).
monitor.start() - naturally works without problems.
monitor.stop() & monitor.kill() - does not stop the stream