I have a similar question to the earlier one in this thread, but for Montage view instead of Events. For the Kodi plugin I have worked on, I would like to add a single screen which contains a Montage view of multiple cameras, very similar to the same feature available in the Zoneminder Web interface. Note the user would be able to configure which cameras are shown, and what layout is used through menus.
The APIs don't provide you a URL for live playback or event playback, unfortunately.
As asker stated the new APIs don't provide live playback, so I'm limited to using the CGI Web API afaik.
I found that a single camera in Montage mode has a URL of the form:
Code: Select all
http://192.168.1.123/cgi-bin/nph-zms?mode=jpeg&monitor=1&scale=25&maxfps=10&user=admin&pass=PASS
but this is for monitor 1 only (shown at 25% scale). Is it possible to have Zoneminder itself combine multiple camera video streams into a single stream/URL such that I could see more than 1 camera at a time? I'm guessing it's not possible but thought I would ask the question just the same.
Thanks for your interest.