I'm trying to use a raspberry pi 4 with some success. One issue I have is the RTSP stream from my camera doesn't work with libvlc or ffmpeg mode properly. The pass through file is fine but the web monitor view, and all the jpgs captured come out corrupted. I don't see any obvious errors in the log file either.
https://www.youtube.com/watch?v=aMwIWUPR_4s
Setting it to remote mode works, but the cpu usages goes through the roof. Using the MJPEG stream instead of H264 works but it is has a low resolution. For now I have it setup with linked monitors and it is working but it seems like a hack. Motion detection on the mjpeg monitor and a high res monitor that saves the original videos but won't preview in the web view.
I've tried both the distribution packages for ffmpeg and zoneminder as well as building the latest from source with different combination of settings.
Has anyone else ran into this? Any thoughts on how to fix?