Page 1 of 1

Zoneminder Monitor at my own page

Posted: Tue Apr 25, 2017 6:34 am
by MrRose
Hi,

I try to get the Live stream on my own site. I do that with the follow link,

http://192.168.xxx.xxx/zm/?view=watch&mid=2

But if I do so the link didnĀ“t open in my page as a frame, instead its open as its own page maximized. If you use a different website all work fine.

Is there an option that need to Derivative in zoneminder settings to make that possible?

Re: Zoneminder Monitor at my own page

Posted: Tue Apr 25, 2017 1:49 pm
by bbunge
Sounds like you want to put a live view from your Zoneminder on another web page?

Create an unprivileged user with a password that can view video. Open Zoneminder with that user. View the monitor you want to put on the web page, right click on the video and select View Image. Another window will open. Copy the URL from that into a html page like this:

<html>
<meta http-equiv="refresh" content="300">
<body>
<p>Camera</p>
<img src="http://IP-ADDR/cgi-bin-zm/nph-zms?mode= ... 1454440599">
</body>
</html>

Re: Zoneminder Monitor at my own page

Posted: Tue Apr 25, 2017 7:23 pm
by MrRose
You are right thats i trying to do.

With your URL I just getting first just an error after some modifications it worked.

http://IP/zm/cgi-bin/nph-zms?mode=jpeg& ... 1454440599

Re: Zoneminder Monitor at my own page

Posted: Tue Apr 25, 2017 7:52 pm
by MrRose
Is there an option to display the events too? Like when I open the Monitor?