D-Link Forums

D-Link IP Cameras for Business => DCS-7110 => Topic started by: sawuit on August 05, 2012, 11:56:06 PM

Title: Send authentification html embed code
Post by: sawuit on August 05, 2012, 11:56:06 PM
Hi,

I'm trying to make a web page with 16 D-Link (7110 & 6113) cameras using QuickTime plugin for Firefox.
My problem is authentification, i have to specify username and password manually in "Quicktime internet authentification" for each camera... it's not possible !

Someone now a way to integrate authentication in html code ?

Code: [Select]
<embed SCALE="ToFit" width="320" height="216" type="video/quicktime" qtsrc="rtsp://user:password@IP_Adress/live2.sdp" src="http://user:password@IP_Adress/realqt.mov" autoplay="true" controller="true" >
I've try with https, same !

Sorry for my english

Thanks
Sawuit
Title: Re: Send authentification html embed code
Post by: herophil322 on March 20, 2014, 09:12:41 AM
Hi folks,

i have a similar problem.
I'd like to integrate this (no: DCS7110) cam in my website, but i have some issues.

I generated the HTML Code with the integrated HTML generator.

This is the code:

Code: [Select]
<html>
<head>
<script type="text/javascript">
var conutnumber=0;
function showImage()
{
document.stillimage.src = "http://192.168.1.20:80/cgi-bin/viewer/video.jpg?streamid=0&quality=5&date=" + conutnumber;
conutnumber++;
setTimeout("showImage()",1000);
}
</script>
</head>
<title>DCS-7110</title>
<body onload="showImage();">
<center>
<h2>DCS-7110</h2>
<image name="stillimage" src="http://192.168.1.20:80/cgi-bin/viewer/video.jpg?streamid=0&quality=5"/>
</body>
</html>

but every time when i load the website i need to authenticate. Is there a solution to bypass this? Maybe to integrate the credentials or something.

thanks for helping;)

greetings phil
Title: Re: Send authentification html embed code
Post by: JavaLawyer on April 17, 2014, 10:10:04 AM
You can try reposting this question here: DCS Series Network Cameras (http://forums.dlink.com/index.php?board=154.0)