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>