• March 19, 2024, 12:49:58 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: DCS-9XXL - Display Live Video on a Personal Website  (Read 29300 times)

JavaLawyer

  • BETA Tester
  • Level 15 Member
  • *
  • Posts: 12190
  • D-Link Global Forum Moderator
    • FoundFootageCritic
DCS-9XXL - Display Live Video on a Personal Website
« on: August 07, 2012, 01:56:35 PM »

This procedure illustrates an HTML code snippet that can be included in a personal website to display a live video stream from a DCS-930L or DCS-932L camera. This code may work with additional D-Link DCS IP cameras, but was only tested on the DCS-930L and DCS-932L as of the posting of this thread.

Procedure

  • Configure the DCS-9XXL and host router for port forwarding (and keep note of the WAN IP and port number)
  • Create non-admin username and password
  • Provide the non-admin username and password to individuals who will view the live video (i.e. viewing the live video via a website will require username and password authentication)
  • Replace myWANip (highlighted below) with the WAN IP address
  • Replace port# (highlighted below) with the DCS-9XXL port number. The port number refers to the external port number forwarded from the router (if different from the DCS-9XXL).
  • To add multiple cameras, duplicate the code between (and including) the first instance of <tr> and last instance of </tr> (both highlighted below)

HTML Code


          <html>
             <head>
                <title>LiveVideo</title>
                <META content="text/html"; charset="UTF-8"; http-equiv=Content-Type>
                <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
                <META HTTP-EQUIV="Expires" CONTENT="-1">
             </head>
          <body>
          LiveVideo by acellier, rev. 2012-08-06  1740

          <tr><div class="box">
          <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0>
          <tr><td bgcolor=black > <font color=white> CameraName <BR></font>
          </td></tr> </TABLE>   
          <iframe src="http://myWANip:port#/video.cgi" width="640" height="480"
          class="smart_sizing_iframe noresize" frameborder="0" scrolling="no" ></iframe>
          </div></tr>

             </body>
                <HEAD>
                <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
                <META HTTP-EQUIV="Expires" CONTENT="-1">
             </HEAD>
          </html>


Browser Tests

  • Mac: Safari
  • Windows: Firefox (Minor memory filling issue)
  • Windows: Chrome (Does not login)
  • iPad: Safari
  • iPad: Terra
  • iPad: Chrome (Does not login)
  • iPad: Opera Mini (No video)

Additional Resources


Content for this solution submitted by forum member: acellier
« Last Edit: December 19, 2014, 04:55:21 AM by JavaLawyer »
Logged
Find answers here: D-Link ShareCenter FAQ I D-Link Network Camera FAQ
There's no such thing as too many backups FFC