Search found 337 matches

by snake
Fri Dec 20, 2019 7:00 pm
Forum: ZoneMinder 1.32.x
Topic: Installation : [2054] The server requested authentication method unknown to the client
Replies: 7
Views: 6348

Re: Installation : [2054] The server requested authentication method unknown to the client

Use MariaDB.

There may be php errors. I think 19.10 is not ready for ZM yet.
by snake
Thu Dec 19, 2019 8:47 pm
Forum: ZoneMinder 1.32.x
Topic: broken debian upgrade to 1.30->1.32: multiple broken monitors
Replies: 16
Views: 10470

Re: broken debian upgrade to 1.30->1.32: multiple broken monitors

Back to rstp, is there a way to turn off attempts at audio processing in ZM 1.32? Without looking at the code, in 1.33 (and assuming also 1.32) audio is only recorded in FFMPEG and storage of H264 passthrough. I don't know if it still parses the audio, when you use either Save JPEG or H264 encode, ...
by snake
Thu Dec 19, 2019 6:51 pm
Forum: ZoneMinder 1.32.x
Topic: broken debian upgrade to 1.30->1.32: multiple broken monitors
Replies: 16
Views: 10470

Re: broken debian upgrade to 1.30->1.32: multiple broken monitors

ZMRepo has packages for 1.33 for Debian.

Can always go back to 1.32 if that doesn't work. As was mentioned, I would try FFMPEG for the jpeg cameras. Functionally its no different from Remote to the end user.
by snake
Mon Dec 16, 2019 10:08 pm
Forum: ZoneMinder 1.32.x
Topic: broken debian upgrade to 1.30->1.32: multiple broken monitors
Replies: 16
Views: 10470

Re: broken debian upgrade to 1.30->1.32: multiple broken monitors

For the second camera, rlc / cam-mailbox: I don't know why I didn't notice this earlier. 1.32 and later have the ability to record audio. This was not in 1.30. It may be that the audio stream is incompatible. Post the full output of "ffmpeg -i <stream> output.mp4" you did earlier Then, go ...
by snake
Mon Dec 16, 2019 12:14 am
Forum: ZoneMinder 1.30.x
Topic: Unable to open input rtsp
Replies: 2
Views: 3568

Re: Unable to open input rtsp

Can you access the video from the server terminal via ffmpeg?
ffmpeg -i rtsp: // user: passs @ xxxx: 555 / onvif1 output.mp4
sounds like a networking issue.
by snake
Mon Dec 16, 2019 12:08 am
Forum: ZoneMinder 1.33.x Development Branch
Topic: ZOneminder suddenly stopped working
Replies: 3
Views: 2324

Re: ZOneminder suddenly stopped working

Post full logs. Turn debugging on.

If the system is resource constrained, lower the frame rate / resolution on the cameras.
by snake
Sun Dec 15, 2019 11:59 pm
Forum: ZoneMinder 1.32.x
Topic: Sending email from ZM
Replies: 2
Views: 1789

Re: Sending email from ZM

Are you sure you should have both of these? You didn't spell the second correctly. I typically use STARTTLS OR TLS. UseTLS=YES UesSTART-YES Make sure your route tables are right. If it works from command line it should work in ZM. I don't think email code has had any changes since 1.30.4 from what i...
by snake
Wed Dec 11, 2019 6:47 pm
Forum: ZoneMinder 1.32.x
Topic: Setup/Configuration Issue - Live View Localhost, not on others
Replies: 5
Views: 2832

Re: Setup/Configuration Issue - Live View Localhost, not on others

18.04 install guides are in the wiki, and it should work. I haven't heard any talk that 18.04 is unstable. 19.10 and newer is the ones that may require some work at the moment. Some libraries are being changed, so this is a bit more at your own risk (mysql 8 is deprecating the password hash function...
by snake
Wed Dec 11, 2019 6:41 pm
Forum: Hardware Compatibility List
Topic: AXIS P1357-E
Replies: 1
Views: 3009

Re: AXIS P1357-E

Might need to buy one used online to 100% confirm they work.

This brand is generally well supported. I looked at the user manual for the P1357 and it indicates it has Onvif, and RTSP (H264) / MJPEG, so I think it's very likely to work. But, I didn't see an actual path in the manual... Check ispy.
by snake
Wed Dec 11, 2019 7:09 am
Forum: ZoneMinder 1.33.x Development Branch
Topic: Work only one camera
Replies: 2
Views: 2212

Re: Work only one camera

What is the load of the CPU and RAM usage? Is this on ARM?

Try lowering FPS and Resolution on both cameras. These kind of errors can appear when you overload an SBC.
by snake
Wed Dec 11, 2019 7:03 am
Forum: ZoneMinder 1.32.x
Topic: cant play night events, just daily events
Replies: 3
Views: 2087

Re: cant play night events, just daily events

Are the videos being recorded on the filesystem? Check /var/cache/zoneminder (default) or your storage area. scp them off the camera server, and confirm they aren't corrupted somehow.

What camera make / models are affected?
by snake
Wed Dec 11, 2019 6:59 am
Forum: ZoneMinder 1.32.x
Topic: broken debian upgrade to 1.30->1.32: multiple broken monitors
Replies: 16
Views: 10470

Re: broken debian upgrade to 1.30->1.32: multiple broken monitors

Can you confirm the streams are working in ffmpeg and/or VLC? Also see https://wiki.zoneminder.com/Finding_Camera_Stream_Paths VLC is from gui. FFMPEG is from terminal (ffmpeg -i "rtsp://<user>:<pass> etc..." output.mp4) Does onvif report the same paths? I've seen cameras change paths afte...
by snake
Mon Dec 09, 2019 7:31 pm
Forum: ZoneMinder 1.32.x
Topic: broken debian upgrade to 1.32: Constant ZM_DIR_EVENTS already defined
Replies: 6
Views: 2725

Re: broken debian upgrade to 1.32: Constant ZM_DIR_EVENTS already defined

Were there any upgrade errors, or did apt/apt-get complete successfully? If you can't decipher the broken upgrade quickly, you can always apt-get purge and install again. Just backup the DB before reinstalling, and restore it after its up and running. Sometimes you have to run zmupdate.pl manually i...
by snake
Mon Dec 09, 2019 4:49 am
Forum: ZoneMinder 1.32.x
Topic: New install - permission denied...
Replies: 5
Views: 2931

Re: New install - permission denied...

Items that can cause ZM to be unable to show video stream in my experience are: 1) Browser is out of date. 2) Javascript not enabled 3) The paths in /etc/apache2/conf-enabled/zoneminder.conf have been edited or are otherwise not working due to permission issues. These permissions issues would be wit...