This is great!
Search found 166 matches
- 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
- 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....
But I couldn't find the reason, because it's impossible to repeat....
- Sun Mar 16, 2025 8:22 am
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: rtsp2web - How does it work?
- Replies: 12
- Views: 39003
- 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 ...
- Tue Mar 11, 2025 7:25 am
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: rtsp2web - How does it work?
- Replies: 12
- Views: 39003
- 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 ...
- 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
- Thu Mar 06, 2025 5:31 pm
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: Video play Firefox
- Replies: 9
- Views: 12470
- 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 the way, try this PR: https://github.com/ZoneMinder/zoneminder/pull/4237
Maybe it will fix the issue

- 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.
https://github.com/ZoneMinder/zoneminder/pull/4237
As a side effect

- 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 ...
- 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.
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.
- 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 ...
- 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.
But it was so rare that I did not analyze the situation.
- 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 ...