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?
Zoneminder Monitor at my own page
Re: Zoneminder Monitor at my own page
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>
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
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
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
Is there an option to display the events too? Like when I open the Monitor?