Bonjour,
le support de dlink m'a fourni ce cscript pour récupérer la video de ma webcam ip dcs 2120 mais je n'arrive ps à afficher l'image : je doit changer le login et le mdp masi je ne sais pas où, la seule chose que j'ai pu changher c'est l'adresse de la caméra
copie du script :
<html>
<head>
<title>VisualServer</title>
<SCRIPT LANGUAGE="VBScript">
<!--
Sub VACtrl_OnClick(V1, V2)
val = "X = " + CStr(V1) + ", Y = " + CStr(V2)
MsgBox val
End Sub
//-->
</SCRIPT>
</head>
<body>
<table width="800" border="0" cellpadding="0" cellspacing="0">
<tr>
<td> Use only parameters, Please change the username, password, server.domain.hostname and servertype to the actual values in your site </td>
</tr>
<tr>
<td align=center>
<table width=800 border=0>
<tr>
<td align=center>
<script language="JavaScript">
<!--
if ((navigator.appName == "Microsoft Internet Explorer")&&(navigator.platform != "MacPPC"))
{
document.write("<OBJECT ID=\"RtspVapgCtrl\" WIDTH=330 HEIGHT=300" );
document.write(" CLASSID=CLSID:361E6B79-4A69-4376-B0F2-3D1EBEE9D7E2");
document.write(" CODEBASE=\"VitaminCtrl.cab#version=1,1,0,4\">");
document.write("<PARAM NAME=\"VSize\" VALUE=\"CMS\">");
document.write("<PARAM NAME=\"Language\" VALUE=\"EN\">");
document.write("<PARAM NAME=\"RemoteIPAddr\" VALUE=\"http://dlinktsd.dyndns.org:8080\">");
document.write("<PARAM NAME=\"ServerModelType\" VALUE=\"3\">");
document.write("</OBJECT>");
}
//-->
</script>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>