Direct link to montage page or webcam page

Forum for questions and support relating to the 1.28.x releases only.
Locked
s80ts0465
Posts: 10
Joined: Mon Oct 12, 2015 8:49 pm

Direct link to montage page or webcam page

Post by s80ts0465 »

Hi,

is there possible to have a direct link to a montage page without pass though authentication?

Usually using the url:
username:password@h_t_t_p://server/zm/index.php?view=montage&group=0

I should be able to access directly to the page without username and password request, but with ZM it doesn't work properly. Any suggest?

Bye
bbunge
Posts: 2934
Joined: Mon Mar 26, 2012 11:40 am
Location: Pennsylvania

Re: Direct link to montage page or webcam page

Post by bbunge »

One option is to create a web page to display your monitors. Believe this is covered in the wiki. If not, I can do instructions.
s80ts0465
Posts: 10
Joined: Mon Oct 12, 2015 8:49 pm

Re: Direct link to montage page or webcam page

Post by s80ts0465 »

I've looked for that in the wiki pages, but I've not found nothing about it.
bbunge
Posts: 2934
Joined: Mon Mar 26, 2012 11:40 am
Location: Pennsylvania

Re: Direct link to montage page or webcam page

Post by bbunge »

You will require a non-privilaged user and password

HTML code for one camera

<html><body><h1>Wep Page Name</h1>
<img src="http://url-or-ipaddress/cgi-bin/nph-zms ... nnkey=user" />
</body></html>

For 4 cameras. Change scale, maxfps to suit

<html>
<meta http-equiv="refresh" content="300">
<body>
<p>Page Name</p>

<img src="http://IP/cgi-bin/nph-zms?mode=jpeg&mon ... &pass=user">

<img src="http://IP/cgi-bin/nph-zms?mode=jpeg&mon ... &pass=user">

<img src="http://IP/cgi-bin/nph-zms?mode=jpeg&mon ... &pass=user">

<img src="http://IP/cgi-bin/nph-zms?mode=jpeg&mon ... &pass=user">


</body></html>

If you are using the latest you will need to add /zm to /cgi-bin

<img src="http://IP/zm/cgi-bin/nph-zms?mode=jpeg& ... &pass=user">
s80ts0465
Posts: 10
Joined: Mon Oct 12, 2015 8:49 pm

Re: Direct link to montage page or webcam page

Post by s80ts0465 »

thanks, I'll try soon!
bye
Locked