• April 24, 2024, 12:02:22 AM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.

Author Topic: Access Video of DCS-910 over LAN  (Read 10331 times)

WiloD

  • Level 1 Member
  • *
  • Posts: 1
Access Video of DCS-910 over LAN
« 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
Logged

Mackerel

  • Level 3 Member
  • ***
  • Posts: 348
Re: Access Video of DCS-910 over LAN
« Reply #1 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>
Logged