Using an Imagemap to View Cameras

If you've made a patch to quick fix a bug or to add a new feature not yet in the main tree then post it here so others can try it out.
Post Reply
User avatar
burger
Posts: 390
Joined: Mon May 11, 2020 4:32 pm

Using an Imagemap to View Cameras

Post by burger »

I did a writeup on the wiki of using an HTML imagemap with an iframe to view cameras instead of the default ZM interface. I'm impressed with how easy, and also how much better it is when you have a lot of cameras. I'd highly recommend anyone consider setting this up. It's an intuitive way of viewing, and also responsive.

Writeup here:
https://wiki.zoneminder.com/External_Li ... of_Cameras
output5.gif
output5.gif (43.66 KiB) Viewed 12899 times
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
Post Reply