D-Link Forums

The Graveyard - Products No Longer Supported => IP Cameras => DCS-910 => Topic started by: WiloD on July 28, 2009, 01:33:33 PM

Title: Access Video of DCS-910 over LAN
Post by: WiloD on July 28, 2009, 01:33:33 PM
I cannot view live video from my DCS-910 over IE using any of the following:
ipaddress= ipaddress of my camera on my local LAN
http://ipaddress/video.cgi
http://ipaddress/video.cgi?showlength=1

Anyone know how to view video on the DCS-910?  I've hit every forum around without success.

Fyi: I can view still shots by using
http://ipaddress/image.jpg

Thanks
Title: Re: Access Video of DCS-910 over LAN
Post by: Mackerel on January 26, 2010, 10:47:26 PM
Try this:

<html>
    <body>
            <APPLET name="cvcs" CODEBASE="http://192.168.0.xx/" CODE="xplug.class" WIDTH=640 HEIGHT=480>
                <param name="RemotePort" value=80>
                <param name="Timeout" value=5000>
                <param name="RotateAngle" value=0>
                <param name="PreviewFrameRate" value=2>
                <param name="DeviceSerialNo" value="yourserialno">
            </APPLET>
    </body>
</html>