Search found 78 matches

by IgorA100
Fri May 03, 2024 8:20 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Janus, mute/unmute
Replies: 6
Views: 1235

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: 11
Views: 988

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: 2770

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: 11
Views: 988

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: 11
Views: 988

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: 2770

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: 11
Views: 988

Re: Montage page, Modernization

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

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: 455

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: 455

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: 602

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: 455

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
by IgorA100
Mon Apr 15, 2024 8:33 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: [FIXED] - ISSUE/BUG - Event delete issue
Replies: 6
Views: 873

Re: ISSUE/BUG - Event delete issue

asunturd wrote: Sun Apr 14, 2024 11:06 am when deleting events from list
On which page are you deleting events?
by IgorA100
Sun Apr 07, 2024 9:48 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: MySQL Indexes of Logs table
Replies: 7
Views: 1577

Re: MySQL Indexes of Logs table

I wrote about this:
09.jpg
09.jpg (461.56 KiB) Viewed 1287 times
Or shouldn't it be like that?
by IgorA100
Sun Apr 07, 2024 6:11 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Cleaning more than 1 drive in one filter?
Replies: 1
Views: 515

Cleaning more than 1 drive in one filter?

In theory it should work, but I haven't succeeded yet. Фильтр.JPG SELECT E.*,M.Name AS MonitorName,M.DefaultScale FROM Monitors AS M INNER JOIN Events AS E ON (M.Id = E.MonitorId) WHERE E.Archived = '0' and TRUE /*ExistsInFileSystem*/ and E.EndDateTime IS NOT NULL and (( E.StorageId = '4' and TRUE /...