• March 29, 2024, 03:21:50 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: Is it possible to connect from internet without user and pass?  (Read 2734 times)

lucanorillo

  • Level 1 Member
  • *
  • Posts: 12

Hello. I just bought a DCS-930L webcam, and all works fine.
I connect to the cloud and I can see it.
I opened the port 443 in the router to see it from the internet, i made the test and the port is open. I have a ddns of dlink cpferrol.dlinkddns.com because I have a dinamic ip.
The question is what need I to do to my friends and general public can see my webcam in my personal web? Is it possible? I tryed with the scrip <iframe src="http://cpferrol.dlinkddns.com:443/video.cgi" but doesnt work for me. Could you help me please? Thanks and sorry for my poor english.
Logged
DNS-320

JavaLawyer

  • BETA Tester
  • Level 15 Member
  • *
  • Posts: 12190
  • D-Link Global Forum Moderator
    • FoundFootageCritic
Re: Is it possible to connect from internet without user and pass?
« Reply #1 on: May 27, 2014, 04:41:47 AM »

I don't believe the DCS-930L supports embedding a username password combination in the address string.
Logged
Find answers here: D-Link ShareCenter FAQ I D-Link Network Camera FAQ
There's no such thing as too many backups FFC

nullit

  • Level 2 Member
  • **
  • Posts: 64
Re: Is it possible to connect from internet without user and pass?
« Reply #2 on: June 27, 2014, 11:26:57 AM »

You can retrieve and embed the cam's applet into your html, like so :

<table align="center" border="1" cellpadding="0" cellspacing="0" summary="">
<tr><td>
<applet name="cvcs" codebase="http://cpferrol.dlinkddns.com:443" code="aplug.class" width=640 height=480>
<param name="RemotePort" value=443>
<param name="Timeout" value=5000>
<param name="RotateAngle" value=0>
<param name="PreviewFrameRate" value=2>
<param name="DeviceSerialNo" value="YWRtaWxx">
</applet>
</td></tr>
</table>
 
Note: Your cam's code ("aplug.class") and "DeviceSerialNo" may be different.

Cheers,

...
Logged

nullit

  • Level 2 Member
  • **
  • Posts: 64
Re: Is it possible to connect from internet without user and pass?
« Reply #3 on: June 29, 2014, 07:58:19 PM »

I don't believe the DCS-930L supports embedding a username password combination in the address string.

Maybe we should add this feature to the wishlist !!

..... Cheers
Logged