Zoneminder Monitor at my own page

Forum for questions and support relating to the 1.30.x releases only.
Locked
MrRose
Posts: 9
Joined: Fri Apr 14, 2017 5:46 pm

Zoneminder Monitor at my own page

Post 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?
bbunge
Posts: 2934
Joined: Mon Mar 26, 2012 11:40 am
Location: Pennsylvania

Re: Zoneminder Monitor at my own page

Post 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>
MrRose
Posts: 9
Joined: Fri Apr 14, 2017 5:46 pm

Re: Zoneminder Monitor at my own page

Post 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
MrRose
Posts: 9
Joined: Fri Apr 14, 2017 5:46 pm

Re: Zoneminder Monitor at my own page

Post by MrRose »

Is there an option to display the events too? Like when I open the Monitor?
Locked