Search found 18 matches
- Sat Aug 27, 2022 1:25 pm
- Forum: ZoneMinder 1.36.x
- Topic: [Enhancement] UI Storage info report
- Replies: 3
- Views: 692
Re: [Enhancement] UI Storage info report
Modify the following file /usr/share/zoneminder/www/skins/classic/includes/functions.php and the function getStorageHTML() as follows: // Returns an html dropdown showing capacity of all storage areas function getStorageHTML() { $result = ''; if ( !canView('System') ) return $result; $func ...
- Sat Aug 27, 2022 5:22 am
- Forum: ZoneMinder 1.36.x
- Topic: Cannot get ZM 1.36 to work
- Replies: 25
- Views: 15891
Re: Cannot get ZM 1.36 to work
Anything else in the error logs?
what's in the folder: /etc/apache2/mods-enabled/ related to php?
what's in the folder: /etc/apache2/mods-enabled/ related to php?
- Fri Aug 26, 2022 4:58 am
- Forum: ZoneMinder 1.36.x
- Topic: Socket /run/zm/zms-XXXXXXs.sock does not exist.
- Replies: 8
- Views: 2600
Re: Socket /run/zm/zms-XXXXXXs.sock does not exist.
Are the events that you are trying to view have the codec H265?
- Wed Aug 24, 2022 10:16 pm
- Forum: ZoneMinder 1.36.x
- Topic: [Solved] NODECT catching the tail end of the events...
- Replies: 4
- Views: 3880
Re: NODECT catching the tail end of the events...
Since zoneminder's motion detection is a bit finicky, I decided to use the camera's motion detection and populate the event into zoneminder... Here is how I did it on my RLC 811A. There is an option in the camera to send the motion event to a ftp server. I utilized that feature. Created a script in ...
- Tue Aug 23, 2022 11:37 pm
- Forum: ZoneMinder 1.36.x
- Topic: Cannot get ZM 1.36 to work
- Replies: 25
- Views: 15891
- Sun Aug 21, 2022 11:26 pm
- Forum: ZoneMinder 1.36.x
- Topic: [Solved] NODECT catching the tail end of the events...
- Replies: 4
- Views: 3880
- Sun Aug 21, 2022 11:25 pm
- Forum: ZoneMinder 1.36.x
- Topic: [Solved] NODECT catching the tail end of the events...
- Replies: 4
- Views: 3880
Re: NODECT catching the tail end of the events...
...contd
Settings for NODECT (Main stream) are:
Settings for NODECT (Main stream) are:
- Sun Aug 21, 2022 11:20 pm
- Forum: ZoneMinder 1.36.x
- Topic: [Solved] NODECT catching the tail end of the events...
- Replies: 4
- Views: 3880
[Solved] NODECT catching the tail end of the events...
Hi all, I have a setup for my RLC 811a whereby on the sub stream I have set it up on mocord and setup NODECT on the main stream where the substream is setup as a linked monitor. I have 2 zones defined for the substream and I have noticed that quite often, the main stream will record the tail end of ...
- Fri Aug 12, 2022 11:55 pm
- Forum: ZoneMinder 1.36.x
- Topic: how do i enable downloading multiple videos?
- Replies: 5
- Views: 1603
- Thu Aug 11, 2022 9:11 pm
- Forum: ZoneMinder 1.36.x
- Topic: H265 playing in browser [Hack]
- Replies: 2
- Views: 1423
Re: H265 playing in browser [Hack]
>Just select mjpeg for codec in top right corner of event view.
Changing the codec to MJPEG didn't help either for viewing. The only thing I could see was the first and last second of the recording, nothing in between.
Changing the codec to MJPEG didn't help either for viewing. The only thing I could see was the first and last second of the recording, nothing in between.
- Thu Aug 11, 2022 8:31 am
- Forum: ZoneMinder 1.36.x
- Topic: H265 playing in browser [Hack]
- Replies: 2
- Views: 1423
H265 playing in browser [Hack]
So finally did some more digging and found out that my RLC 811a will always send H265 stream no matter the URL I used for the main stream. Both these url's: rtsp://admin:password@192.168.1.167/h264Preview_01_main rtsp://admin:password@192.168.1.167/h265Preview_01_main did output in h265. Changing ...
- Mon Aug 08, 2022 11:12 pm
- Forum: ZoneMinder 1.36.x
- Topic: No recording in Camera Passthrough mode...
- Replies: 6
- Views: 2269
Re: No recording in Camera Passthrough mode...
Alright... so could never get this to work. Lots of different types of errors in the logs. Time to give up trying to set it up. Thanks to anyone who tried to help.
Cheers.
Cheers.
- Sun Aug 07, 2022 11:24 pm
- Forum: ZoneMinder 1.36.x
- Topic: No recording in Camera Passthrough mode...
- Replies: 6
- Views: 2269
Re: No recording in Camera Passthrough mode...
Tried changing the codec to MJPEG, however, the issue still remains. I have tried the following URL's for source (both work fine in VLC) and also in ZM for the live view. rtsp://admin:password@192.168.1.167/h264Preview_01_main rtsp://admin:password@192.168.1.167/h265Preview_01_main Only the playback ...
- Sun Aug 07, 2022 9:21 pm
- Forum: ZoneMinder 1.36.x
- Topic: No recording in Camera Passthrough mode...
- Replies: 6
- Views: 2269
Re: No recording in Camera Passthrough mode...
Further update... The recordings work properly in the following 2 modes: Save JPEG's - Frames - Analysis images (if available) (Video writer disabled) or Video Writer - Encode (Save JPEG's disabled). How can I get it work in Video Writer - Camera Passthrough mode? The system records, but the ...
- Fri Aug 05, 2022 8:47 am
- Forum: ZoneMinder 1.36.x
- Topic: No recording in Camera Passthrough mode...
- Replies: 6
- Views: 2269
Re: No recording in Camera Passthrough mode...
Managed to get it to work, but the recordings do not play in the browser. Did a bit more digging and found out that one of the suggestion was to add ScriptAlias /cgi-bin/ "/var/www/cgi-bin/" to httpd.conf. I had to add this to apache2.conf in my setup. I can see the videos are getting recorded, but ...