D-Link Forums

The Graveyard - Products No Longer Supported => IP Cameras => DCS-933L => Topic started by: Lars H. on March 13, 2014, 03:28:42 AM

Title: How to access stream from DCS933L without authenticating first?
Post by: Lars H. on March 13, 2014, 03:28:42 AM
Hi, I need to embed the stream for the video http://ipaddress:port/video1.mjpg into my webpage. I got it to work by iFRAME. However, it only works after I have already opened the browser and logged in to the webcam interface.
How do I make it authenticate automatically so I don't need to log in first? Is there some way to add the username & password to the source code? And it should work for both Firefox, Chrome and IE.

Lars H.
Title: Re: How to access stream from DCS933L without authenticating first?
Post by: ReverendTed on March 13, 2014, 11:43:54 AM
http://username:password@ipaddress:port/video1.mjpg

If you haven't already, I would suggest creating a "User Account" for those credentials instead of using your administrator login and password.
Title: Re: How to access stream from DCS933L without authenticating first?
Post by: Lars H. on March 13, 2014, 01:49:22 PM
Off coarse, I do not use the admin login. And the: username:password@ in front of the IP-adress works fine for Firefox and Google Chrome browsers, but not for Internet Explorer. And not for I-phone with Android.
Title: Re: How to access stream from DCS933L without authenticating first?
Post by: ReverendTed on March 13, 2014, 03:37:05 PM
It doesn't work for IE because Microsoft disabled that functionality.
They propose some workarounds in this knowledgebase article (http://support.microsoft.com/kb/834489).
Title: Re: How to access stream from DCS933L without authenticating first?
Post by: ReverendTed on March 13, 2014, 03:45:35 PM
Some cameras support the cgi connection and pass the user\pass parameters differently:


http://IPAddress:port/mjpeg.cgi?user=[USERNAME]&password=[PASSWORD]

Not sure if that will work in Iphone or android, though.
I don't suppose it's possible to create a blank user account and see if that works?
Title: Re: How to access stream from DCS933L without authenticating first?
Post by: Lars H. on March 13, 2014, 04:01:59 PM
The "http://IPAddress:port/mjpeg.cgi?user=[USERNAME]&password=[PASSWORD]" do not work for my DCS-933L camera.

And I don't understand the proposed workarounds, is that something I may add in the HTML code?