The errors are:
Failed to write frame image
Can't open /var/cache/zoneminder/events/1/2022-12-13/4637/01814-capture.jpg for writing: No such file or directory
any help to fix this would be great. worried its not recording...
Weird error in logs repeating frequently
Re: Weird error in logs repeating frequently
Try to view a recording.
Sounds like a Docker problem, rather than ZM. There’s no real Docker support here.
Sounds like a Docker problem, rather than ZM. There’s no real Docker support here.
-
Re: Weird error in logs repeating frequently
Login to the container. Usually that error means the folder doesn't exist or the folder has the wrong permissions.
Code: Select all
docker exec -it <containername> /bin/bash
fastest way to test streams:
ffmpeg -i rtsp://<user>:<pass>@<ipaddress>:554/path ./output.mp4 (if terminal only)
ffplay rtsp://<user>:<pass>@<ipaddress>:554/path (gui)
find paths on ispydb or in zm hcl
If you are new to security software, read:
https://wiki.zoneminder.com/Dummies_Guide
ffmpeg -i rtsp://<user>:<pass>@<ipaddress>:554/path ./output.mp4 (if terminal only)
ffplay rtsp://<user>:<pass>@<ipaddress>:554/path (gui)
find paths on ispydb or in zm hcl
If you are new to security software, read:
https://wiki.zoneminder.com/Dummies_Guide
Re: Weird error in logs repeating frequently
It can also be due to a bad filter. If you have a filter that deletes events as they are created, it deletes the directory while ZM is still writing to disk. So it fails.
Re: Weird error in logs repeating frequently
What is a good filter to keep my disk usage below 70%? I tried changing the purge filter to delete items older than two days but maybe I messed it up…