• March 28, 2024, 02:31:49 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: Streaming URL HTTP  (Read 9525 times)

vanni993

  • Level 1 Member
  • *
  • Posts: 4
Streaming URL HTTP
« on: May 17, 2019, 04:16:01 AM »

Hello everybody,
I should create a webpage in which I need to view 3 DCS930L cameras.
I need the URL path to see the live view of each cameras.

I have already tried several:

http://username:password@ip:port/video/mjpg.cgi
http://username:password@ip:port/video.cgi
http://username:password@ip:port/mjpeg.cgi

No one works with any browser.

For example the following URL for snapshots works
http://username:password@ip:port/image/jpe.cgi

Any help would be appreciate

Thank you very much
« Last Edit: May 17, 2019, 04:25:25 AM by vanni993 »
Logged

FurryNutz

  • Poweruser
  •   ▲
    ▲ ▲
  • *****
  • Posts: 49923
  • D-Link Global Forum Moderator
    • Router Troubleshooting
Logged
Cable: 1Gb/50Mb>NetGear CM1200>DIR-882>HP 24pt Gb Switch. COVR-1202/2202/3902,DIR-2660/80,3xDGL-4500s,DIR-LX1870,857,835,827,815,890L,880L,868L,836L,810L,685,657,3x655s,645,628,601,DNR-202L,DNS-345,DCS-933L,936L,960L and 8000LH.

vanni993

  • Level 1 Member
  • *
  • Posts: 4
« Last Edit: May 20, 2019, 12:44:01 AM by vanni993 »
Logged

vanni993

  • Level 1 Member
  • *
  • Posts: 4
Re: Streaming URL HTTP
« Reply #3 on: May 20, 2019, 06:05:59 AM »

All works, but with Chrome.
Are there other methods for Internet Explorer?

Thank you again
Logged

FurryNutz

  • Poweruser
  •   ▲
    ▲ ▲
  • *****
  • Posts: 49923
  • D-Link Global Forum Moderator
    • Router Troubleshooting
Re: Streaming URL HTTP
« Reply #4 on: May 20, 2019, 06:31:49 AM »

Not that I know of.
Logged
Cable: 1Gb/50Mb>NetGear CM1200>DIR-882>HP 24pt Gb Switch. COVR-1202/2202/3902,DIR-2660/80,3xDGL-4500s,DIR-LX1870,857,835,827,815,890L,880L,868L,836L,810L,685,657,3x655s,645,628,601,DNR-202L,DNS-345,DCS-933L,936L,960L and 8000LH.

vanni993

  • Level 1 Member
  • *
  • Posts: 4
Re: Streaming URL HTTP
« Reply #5 on: May 21, 2019, 03:55:16 AM »

Hello again:
writing this code I finally obtain the live stream of the cam. The new problem is that only with JAVA 6.35 this is possible, with newest versions I dont' see anything.
Any help?

<html>

<head>

 

<link rel="stylesheet" rev="stylesheet" href="dlink.css?cidx=1473428566" type="text/css">

<title>D-Link Corporation. | VIDEOCAMERA INTERNET WIRELESS | HOME | JAVA</title>

<meta http-equiv="X-UA-Compatible" content="requiresActiveX=true">

<meta content="text/html; charset=windows-1252" http-equiv=Content-Type>

<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">

<meta HTTP-EQUIV="Expires" CONTENT="-1">

<script language="Javascript" SRC="function.js?cidx=1473428566"></script>

<script language="Javascript">

//if (top != self) {

//    top.location = self.location;

//}

</script>

<script language="Javascript" SRC="deployJava.js?cidx=1473428566"></script>

<script language="Javascript">

var jreversions = deployJava.getJREs();

var fInterval = "";

function InitAUTO()

{

  frm0 = document.forms[0];

  frm1 = document.forms[1];

  frm0.WebLanguageSel.value = frm1.WebLanguage.value;

}

function ClickSubmit()

{

  javascript:document.forms[1].submit();

}

function Stop() {

                window.clearInterval(fInterval);

}

function ShowRunningString() {

    fInterval = window.setInterval("ShowFrameRate()", 1000);

}

function Init() {

    if (1) {

       audioon.disabled = true;

       audiooff.disabled = true;

    } else {

       audioon.disabled = true;

       audiooff.disabled = true;

    }

    Browser = CheckBrower();

    if (Browser == "Firefox") {

                ba = navigator.userAgent;

        aa=ba.indexOf("Firefox/");

        aa+=8;

        cc = parseInt(ba.substring(aa,aa+10))

                if (cc >= 46) {

                               window.setTimeout("ShowRunningString()", 10000);

                               return;

                }

    }

    window.setTimeout("ShowRunningString()", 3000);

}

function ShowFrameRate() {

    var fFrameRate;

    if ((0) || (0))

    {

       fFrameRate = cvcs.GetFrameRate();

    }

    if (0)

    {

       window.status = "Fotogramma:" + fFrameRate.toString() + " fps"

    }

    if (0)

    {

       CurrentFrame.innerHTML = "Fotogramma:" + fFrameRate.toString() + " fps"

    }

    cvcs.GetRealTimeData();

    CurrentTime.innerHTML = cvcs.GetTimeString();

}

function SubmitAudioOn()

{

    cvcs.SetSound(1);

}

function SubmitAudioOff()

{

    cvcs.SetSound(0);

}

</script>

</head>

<body topmargin="1" leftmargin="0" rightmargin="0" bgcolor="#757575" onload="Init()" onunload="Stop()">

 

  <td valign="top" id="maincontent_container" height="420">


                                                 <script language="Javascript">

              if (jreversions == "") {

                  if (supportJava())

                               id_jre.style.display='';

              } else {

                document.write('<applet name=\"cvcs\" codeBase=\"http://10.25.167.92:80\" archive=\"aplug.jar\" code=\"aplug.class\" width=\"320\" height=\"240\">');

                document.write('<param name=\"RemotePort\" value=\"80\">');

                document.write('<param name=\"RemoteHost\" value=\"10.25.167.92\">');

                document.write('<param name=\"Timeout\" value=\"5000\">');

                document.write('<param name=\"RotateAngle\" value=\"0\">');

                document.write('<param name=\"PreviewFrameRate\" value=\"2\">');

                document.write('<param name=\"Algorithm\" value=\"1\">');

                document.write('<param name=\"DeviceSerialNo\" value=\"\">');

                document.write('</applet>');

              }

              </script>

    </td>

</body>

</html>
Logged