ZoneMinder Questions

Previous development branch now released as 1.36
Locked
ubersetis93
Posts: 1
Joined: Thu Nov 19, 2020 6:41 pm

ZoneMinder Questions

Post by ubersetis93 »

I have had my unRAID server for a few months now, and I am loving life. The next step for my server is to set up some IP cameras to be able to check up on my dogs while I am at work. I see that ZoneMinder seems to be the way to go. My Questions are these...

For users of this, am I able to view the streams from my phone?

What is a good camera to use with ZoneMinder?

Thanks in advance.
User avatar
burger
Posts: 473
Joined: Mon May 11, 2020 4:32 pm

Re: ZoneMinder Questions

Post by burger »

For phone usage, you can either use a VPN and web browser, or ZMNinja. Most people use the latter.

For camera recommendations, it's typically Hikvision (low end) or Axis (expensive new, affordable used). Reolink has been making a push lately for Hikvision's place though. Full list: https://wiki.zoneminder.com/Hardware_Compatibility_List

For general info see https://wiki.zoneminder.com/Dummies_Guide
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
dougmccrary
Posts: 1375
Joined: Sat Aug 31, 2019 7:35 am
Location: San Diego

Re: ZoneMinder Questions

Post by dougmccrary »

If you're just gonna look at the dogs, you probably don't need ZMninja...
Locked