Hi all,
I've written a Google Chrome extension called CCTV View that displays up to 4 camera images. it can display static images but also works well when displaying the mjpeg streams. I wrote it to use with my zoneminder install but it could be used for other systems too as long as it outputs a static image or jpeg stream.
It's free and can be found in the chrome webstore, just search for "CCTV View" (I can't use urls in here aparently)
It's very basic as it only displays cam images/streams. I would love to add some buttons to interact with zoneminder and a function to return alarm states but I haven't figured out yet how to talk to zoneminder. Is there an api available?