|
| Author |
Message |
hogman New Member
Joined: 19 Nov 2007 Posts: 2 Location: NC
|
Posted: Mon Nov 19, 2007 7:37 am Post subject: Help with DLINK DCS 5300G STREAMING VIDEO |
|
|
I've tried the script sample from Dlink with no success.
Can anyone provide a script or point me to a source?
Thanks
|
|
| Back to top |
|
 |
buzz New Member
Joined: 16 Sep 2008 Posts: 5
|
Posted: Fri Sep 19, 2008 1:54 pm Post subject: |
|
|
|
i really need that too.
|
|
| Back to top |
|
 |
hogman New Member
Joined: 19 Nov 2007 Posts: 2 Location: NC
|
Posted: Sun Sep 21, 2008 7:17 am Post subject: DLINK DCS 5300G STREAMING VIDEO solution for me |
|
|
Hope this helps. After much trouble, I finally got this script to work, hope this helps. Replace "XXX" with your IP address check it out at joos.us
I'll also add this to my camera info
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://XXX/5004/plugin/h263ctrl.cab#version=1,7,0,5\">");
document.write("<PARAM NAME=\"Url\" VALUE=\"http://XXX/cgi-bin/video.vam\">");
document.write("<PARAM NAME=\"VSize\" VALUE=\"SIF\">");
document.write("<PARAM NAME=\"RemoteIP\" VALUE=\"XXX\">");
document.write("<PARAM NAME=\"RemotePort\" VALUE=\"5001\">");
document.write("</OBJECT>");
}
|
|
| Back to top |
|
 |
|