I've recently installed ZoneMinder by building it via packpack (since the Raspbian/Debian packages are still on 1.30), following the docs here: https://zoneminder.readthedocs.io/en/la ... kpack.html
I managed to link up two TP-Link NC450 cameras (that were linked up previously too), and I get a green source, with seemingly recording going on, but for the life of me I cannot figure out why Live View is not working.
The Chrome DevTool displays a stream of errors saying
Code: Select all
getStreamCmdResponse stream error: Socket /var/run/zm/zms-127723s.sock does not exist. This file is created by zms, and since it does not exist, either zms did not run, or zms exited early. Please check your zms logs and ensure that CGI is enabled in apache and check that the PATH_ZMS is set correctly. Make sure that ZM is actually recording. If you are trying to view a live stream and the capture process (zmc) is not running then zms will exit. Please go to http://zoneminder.readthedocs.io/en/latest/faq.html#why-can-t-i-see-streamed-images-when-i-can-see-stills-in-the-zone-window-etc for more information.
The configs are mostly defaults, I only changed the ZMS path from nph-zms to zms only, but as far as I can tell, Apache ScriptAlias directives don't overlap (what I've seen to be a common cause based on Github issues and forum posts), and the paths are otherwise good.
Can anyone lend me a hand with this?