• March 28, 2024, 08:42:03 AM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.

Author Topic: Send authentification html embed code  (Read 18621 times)

sawuit

  • Level 1 Member
  • *
  • Posts: 2
Send authentification html embed code
« 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
Logged

herophil322

  • Level 1 Member
  • *
  • Posts: 1
Re: Send authentification html embed code
« Reply #1 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
Logged

JavaLawyer

  • BETA Tester
  • Level 15 Member
  • *
  • Posts: 12190
  • D-Link Global Forum Moderator
    • FoundFootageCritic
Re: Send authentification html embed code
« Reply #2 on: April 17, 2014, 10:10:04 AM »

You can try reposting this question here: DCS Series Network Cameras
Logged
Find answers here: D-Link ShareCenter FAQ I D-Link Network Camera FAQ
There's no such thing as too many backups FFC