• March 28, 2024, 05:23:34 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: Embed Audio & Video!  (Read 1902 times)

martart

  • Level 1 Member
  • *
  • Posts: 4
Embed Audio & Video!
« on: February 26, 2013, 09:23:33 AM »

Hi All,
I have spent days at this and just cant seem to make it work.

I have a cds-932L and need to embed the video & audio in my own website asap! As I need it for an art exhibition this week!

What code is there to embed both Video & Audio into my own web page. It is crazy that D-Link do not provide this anywhere, Surely its the most commonly done thing?


This is the code that allows the video to work, replacing the ip address with port number,

<p><iframe height="240" src="http://xx.x.xxx.xx:81/video.cgi" width="320"> </iframe></p>

this is another code that I found here or elsewhere that allows video to work
<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://xx.x.xxx.xx:81/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>
Logged