I've been doing this for years but it seems to be overlooked by many. Using Zoneminder's montage to view multiple cameras adds to server load a lot.
You can get better performance and a more flexible layout simply by using <img> tags to build a simple html file and avoid stressing zoneminder entirely.
Naturally this needs IP cams that support mjpeg. I've added to the wiki below with a picture of what I mean.
http://www.zoneminder.com/wiki/index.php/IpCamMontage
Montage of IP Cameras
Re: Montage of IP Cameras
Great tip !Flasheart wrote:I've been doing this for years but it seems to be overlooked by many. Using Zoneminder's montage to view multiple cameras adds to server load a lot.
You can get better performance and a more flexible layout simply by using <img> tags to build a simple html file and avoid stressing zoneminder entirely.
Naturally this needs IP cams that support mjpeg. I've added to the wiki below with a picture of what I mean.
http://www.zoneminder.com/wiki/index.php/IpCamMontage
What cameras are you using ?
Thanks
Re: Montage of IP Cameras
I was just looking up some things with montage i get logged off every 20 mins or so i was looking how to get around that but I will do this instead thanks a lot.
not sure how much this may help buy instead of streaming the images you could capture a single image and do a auto refresh of the page every 2 sec and then all the stills would reload only one time. may save more bandwith. you could use a plug in RELOADEVERY that is what i use for other things.
Thanks again
not sure how much this may help buy instead of streaming the images you could capture a single image and do a auto refresh of the page every 2 sec and then all the stills would reload only one time. may save more bandwith. you could use a plug in RELOADEVERY that is what i use for other things.
Thanks again
Re: Montage of IP Cameras
Lots! About six types of Axis, Y-Cam Blacks, Gadspot, Panasonic, those Dealextreme cheapies and another I can't remember the name of.me2 wrote: What cameras are you using ?
I use an sql backend which generates the html for the montage page based on various parameters - which site, which group of cameras (perimeter, welfare, etc). That contains the urls for the images and urls to take the user to the full camera page when clicked.
Works really well, but took a little time to set up.
Re: Montage of IP Cameras
That's a good idea. The only problem isn't so much bandwidth, it's cpu load. The cpu tops out with 16 or so cameras at a time and that limits bandwidth, so your suggestion would help that a lot.kmrs75 wrote:I was just looking up some things with montage i get logged off every 20 mins or so i was looking how to get around that but I will do this instead thanks a lot.
not sure how much this may help buy instead of streaming the images you could capture a single image and do a auto refresh of the page every 2 sec and then all the stills would reload only one time. may save more bandwith. you could use a plug in RELOADEVERY that is what i use for other things.
Thanks again