D-Link Forums
		The Graveyard - Products No Longer Supported => IP Cameras => DCS-930L => Topic started by: lucanorillo on May 22, 2014, 04:02:30 PM
		
			
			- 
				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.
- 
				I don't believe the DCS-930L supports embedding a username password combination in the address string.
			
- 
				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,
 
 ...
 
- 
				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