you can reach .jpg small frame (ex. from a PocketPC)
a.b.c.d/cgi-bin/video.jpg
but I think that only ActiveX is able to run the complete Video Mpeg4+audio+control, that the camera stream.
Also I find this on Dlink Support FAQ:
********************************************
How do I put the streaming video from my DCS-2000/5300 series cameras on to my own webpage?
Use the below example code for a webpage. If the camera is behind a NAT device such as a router,
the IP must be edited to reflect the public address of the router (IE 24.45.76.223).
In this example the camera´s IP is 192.168.1.135.
For the DCS-5300/5300W
<script language="JavaScript">
<!--
if ((navigator.appName == "Microsoft Internet Explorer")&&(navigator.platform != "MacPPC"))
{
document.write("<OBJECT ID=\"VaCtrl\" WIDTH=362 HEIGHT=306");
document.write(" CLASSID=CLSID:A93B47FD-9BF6-4DA8-97FC-9270B9D64A6C");
document.write(" CODEBASE=\"
http://24.45.76.223:5004/plugin/h263ctr ... on=1,7,0,5\">");
document.write("<PARAM NAME=\"Url\" VALUE=\"
http://24.45.76.223:5004/cgi-bin/video.vam\">");
document.write("<PARAM NAME=\"VSize\" VALUE=\"SIF\">");
document.write("<PARAM NAME=\"RemoteIP\" VALUE=\"24.45.76.223:5004\">");
document.write("<PARAM NAME=\"RemotePort\" VALUE=\"5001\">");
document.write("</OBJECT>");
}
//-->
</script>
***********************************************
Also there's a SDK for 3000 serie IP camera on
www.vivotek.com, which is same as Dlink 5300W product
(Vivotek is the manufacturer of most Dlink et Hawking cameras)
I've got one 5300w, if you want to do some test let me know I will give you a user/passwd to do it.