Today I finally got it working well enough to show me live camera feed. I had to delete and then reconstruct the entire zoneminder sql database. Among other issues, zmninja can't view events anymore. I can view live feed in zmninja but I can't view any events. Trying to play a recorded event results in the gray play button screen with a cloud download icon and it just never loads or finishes or plays. Pressing the download button shows "please wait 1%" followed by "please wait 100%" and then it never gives me a file.
I can view events via the web browser just fine. Manually browsing to my videos directory through a web browser results in the videos being unable to play due "mime type" errors. There is nothing useful happening in wireshark while the video is failing to play in the zmninja app too. There's no relevant log output in "systemctl status zoneminder.service", clearing the api cahce in zmninja makes no difference and I've tried deleting all my zmninja config and doing it all over again, both via the wizard and manually multiple times. And of course I've uninstalled and reinstalled zoneminder countless times by now being sure to restart, enable or whatever to all relevant services both before and after. Of course I have also rebooted.
Here's what my zmninja logs look like after clearing logs and then trying to view a recorded event video.
Code: Select all
Nov 26, 2023 06:46:09:842 PM INFO Returning pre-loaded list of 1 monitors
Nov 26, 2023 06:46:09:993 PM INFO EventCtrl called with: E/MID=0 playEvent = false
Nov 26, 2023 06:46:09:999 PM INFO Image padding digits reported as 5
Nov 26, 2023 06:46:12:559 PM INFO getMonitors:Force reloading all monitors
Nov 26, 2023 06:46:12:729 PM INFO sending stored ZM_MIN_STREAMING_PORT 0
Nov 26, 2023 06:46:12:768 PM INFO Now that we have monitors, lets get AuthKey...
Nov 26, 2023 06:46:12:773 PM INFO Monitor load was successful, loaded 1 monitors
Nov 26, 2023 06:46:12:800 PM INFO multi server list loaded
Nov 26, 2023 06:46:14:601 PM INFO Using stream mode single
Nov 26, 2023 06:46:14:723 PM INFO *** Constructed API for detailed events: http://192.168.1.94/zm/api/events/31.json?
Nov 26, 2023 06:46:16:729 PM INFO >>>Starting checkAllEvents interval...
Nov 26, 2023 06:46:41:227 PM INFO file location:file:///data/user/0/com.pliablepixels.zmninja_pro/files/zmNinjaLog.txt
Nov 26, 2023 06:46:41:265 PM INFO EventModalCtrl: paused
Edit: also, using the 64 bit linux version of zmninja on the github releases page for zmninja also has the same problem. Huh. Might be a zmninja issue.