Search found 18 matches

by justanotherguy
Sat Aug 27, 2022 1:25 pm
Forum: ZoneMinder 1.36.x
Topic: [Enhancement] UI Storage info report
Replies: 3
Views: 417

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 = functio...
by justanotherguy
Sat Aug 27, 2022 5:22 am
Forum: ZoneMinder 1.36.x
Topic: Cannot get ZM 1.36 to work
Replies: 25
Views: 10865

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?
by justanotherguy
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: 1625

Re: Socket /run/zm/zms-XXXXXXs.sock does not exist.

Are the events that you are trying to view have the codec H265?
by justanotherguy
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: 3169

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 ...
by justanotherguy
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: 3169

Re: NODECT catching the tail end of the events...

...contd
img7.png
img7.png (27.49 KiB) Viewed 3167 times
by justanotherguy
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: 3169

Re: NODECT catching the tail end of the events...

...contd
img4.png
img4.png (16.67 KiB) Viewed 3167 times
Settings for NODECT (Main stream) are:
img5.png
img5.png (31.31 KiB) Viewed 3167 times
img6.png
img6.png (13.8 KiB) Viewed 3167 times
by justanotherguy
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: 3169

[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 ...
by justanotherguy
Fri Aug 12, 2022 11:55 pm
Forum: ZoneMinder 1.36.x
Topic: how do i enable downloading multiple videos?
Replies: 5
Views: 954

Re: how do i enable downloading multiple videos?

aarons6 wrote: Fri Aug 12, 2022 10:09 pm i thought about that but then they would be in 100s of folders.
Maybe a shell script can copy all of them to a specified folder which you can then copy from.
by justanotherguy
Thu Aug 11, 2022 9:11 pm
Forum: ZoneMinder 1.36.x
Topic: H265 playing in browser [Hack]
Replies: 2
Views: 914

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.
by justanotherguy
Thu Aug 11, 2022 8:31 am
Forum: ZoneMinder 1.36.x
Topic: H265 playing in browser [Hack]
Replies: 2
Views: 914

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 th...
by justanotherguy
Mon Aug 08, 2022 11:12 pm
Forum: ZoneMinder 1.36.x
Topic: No recording in Camera Passthrough mode...
Replies: 6
Views: 1434

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.
by justanotherguy
Sun Aug 07, 2022 11:24 pm
Forum: ZoneMinder 1.36.x
Topic: No recording in Camera Passthrough mode...
Replies: 6
Views: 1434

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...
by justanotherguy
Sun Aug 07, 2022 9:21 pm
Forum: ZoneMinder 1.36.x
Topic: No recording in Camera Passthrough mode...
Replies: 6
Views: 1434

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 recordi...
by justanotherguy
Fri Aug 05, 2022 8:47 am
Forum: ZoneMinder 1.36.x
Topic: No recording in Camera Passthrough mode...
Replies: 6
Views: 1434

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 reco...