Search found 166 matches

by IgorA100
Wed Mar 19, 2025 2:52 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Motion detection detects motion outside deffined zone
Replies: 7
Views: 12607

Re: Motion detection detects motion outside deffined zone

iconnor wrote: Wed Mar 19, 2025 2:42 pm I am working on bringing back live analysis highlighting..
This is great!
by IgorA100
Wed Mar 19, 2025 2:34 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Motion detection detects motion outside deffined zone
Replies: 7
Views: 12607

Re: Motion detection detects motion outside deffined zone

Yes, sometimes it happens.
But I couldn't find the reason, because it's impossible to repeat....
by IgorA100
Sun Mar 16, 2025 8:22 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: rtsp2web - How does it work?
Replies: 12
Views: 39003

Re: rtsp2web - How does it work?

baddog wrote: Sun Mar 16, 2025 12:16 am Maybe zoneminder can be changed to offer go2rtc as a viewing option.
Thanks for the interesting information.
I will definitely watch go2rtc
by IgorA100
Tue Mar 11, 2025 3:52 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: rtsp2web - How does it work?
Replies: 12
Views: 39003

Re: rtsp2web - How does it work?

Yes, I'm on the same network as the zoneminder server, which I access via https by IP address. Then everything is very strange... Oh yeah... What type of RTSP2Web are you using? Type MSE definitely does not support h.265. First try changing the stream on the camera to H264 to make sure that ...
by IgorA100
Tue Mar 11, 2025 7:25 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: rtsp2web - How does it work?
Replies: 12
Views: 39003

Re: rtsp2web - How does it work?

baddog wrote: Mon Mar 10, 2025 9:05 pm What else do I need to do get this to work?
Perhaps you need to write rules on the firewall. I wrote these rules above.
Are you on the same network as the ZM server?
Are you accessing the ZM server by IP address (white or gray) or by host name?
by IgorA100
Fri Mar 07, 2025 4:03 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: rtsp2web - How does it work?
Replies: 12
Views: 39003

Re: rtsp2web - How does it work?

Rules for Iptables: -A PREROUTING -p tcp --dport 8083 -j DNAT --to-destination LOCAL_IP_ZM:8083 --dst WAN_IP_GW -A POSTROUTING -p tcp --dport 8083 -j SNAT --to-source LOCAL_IP_GW --dst LOCAL_IP_ZM -A OUTPUT -p tcp --dport 8083 -j DNAT --to-destination LOCAL_IP_ZM:8083 --dst WAN_IP_GW -A INPUT -p tcp ...
by IgorA100
Fri Mar 07, 2025 12:43 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Memory leak after update version zoneminder at ubuntu 24.04 amd64
Replies: 11
Views: 15798

Re: Memory leak after update version zoneminder at ubuntu 24.04 amd64

busymind wrote: Thu Mar 06, 2025 5:52 pm so here the pictures after restart reported on VM and htop.
I don't see any problems.
What's troubling you??
by IgorA100
Thu Mar 06, 2025 5:31 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Video play Firefox
Replies: 9
Views: 12470

Re: Video play Firefox

busymind wrote: Thu Mar 06, 2025 1:33 am I had tested further:
Thanks for the information.
by IgorA100
Fri Feb 28, 2025 10:08 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: Video play Firefox
Replies: 9
Views: 12470

Re: Video play Firefox

Unfortunately, I couldn't reproduce this issue :(
By the way, try this PR: https://github.com/ZoneMinder/zoneminder/pull/4237
Maybe it will fix the issue :)
by IgorA100
Fri Feb 28, 2025 9:42 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: Button video play overlayed with zoom button
Replies: 7
Views: 6884

Re: Button video play overlayed with zoom button

I fixed the player behavior.
https://github.com/ZoneMinder/zoneminder/pull/4237

As a side effect :) - now the standard "Play" button of the "videojs" player should not be displayed.
by IgorA100
Thu Feb 27, 2025 7:48 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Button video play overlayed with zoom button
Replies: 7
Views: 6884

Re: Button video play overlayed with zoom button

Can we hide it I wonder? I'll think again. But I wanted to do it once, but I couldn't. ADD: Oh, I probably wanted to hide it, but I never started doing it. I know how to hide it... I remembered! There is a small problem. For example, when you refresh the page, the playback does not start ...
by IgorA100
Thu Feb 27, 2025 7:44 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Button video play overlayed with zoom button
Replies: 7
Views: 6884

Re: Button video play overlayed with zoom button

busymind
Yes, that's right.
Your suggestions? The "Play" button is standard in the player and its location cannot be changed.
My suggestion is not to use this button, but to control playback with the control buttons under the image.
by IgorA100
Thu Feb 27, 2025 7:39 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Memory leak after update version zoneminder at ubuntu 24.04 amd64
Replies: 11
Views: 15798

Re: Memory leak after update version zoneminder at ubuntu 24.04 amd64

ipelykh You are probably experiencing high memory consumption when viewing in real time. I recommend using RTSP2Web type WebRTC or MSE and H264 for viewing in real time. It is advisable to set the resolution on the second stream for viewing to no more than FHD, otherwise there will be a large load ...
by IgorA100
Wed Feb 26, 2025 12:56 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Video play Firefox
Replies: 9
Views: 12470

Re: Video play Firefox

Sometimes I had similar behavior.
But it was so rare that I did not analyze the situation.
by IgorA100
Tue Feb 25, 2025 9:17 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: Capturing vs passthrough recording ** Solved **
Replies: 2
Views: 3580

Re: Capturing vs passthrough recording ** Solved **

Edit camera -> Source -> Decoding = "Keyframes + Ondemand" Edit camera -> Recording -> Video Writer = "Camera Passthrough" I recommend installing RTSPToWeb: https://github.com/deepch/RTSPtoWeb https://forums.zoneminder.com/viewtopic.php?t=33431 Very soon it will be possible to use secondary stream ...