• March 19, 2024, 12:25:32 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: DCS Network Cameras - URL Command Lines Forum Member Feedback  (Read 64586 times)

JavaLawyer

  • BETA Tester
  • Level 15 Member
  • *
  • Posts: 12190
  • D-Link Global Forum Moderator
    • FoundFootageCritic

This is the companion thread to the URL Command List post in the D-Link FAQ forum, which lists known D-Link network camera URL commands:

The URL command lines presented in the DCS Network Cameras - URL Command List post were assembled from forum member input and third party sources. If any of the URLs in that post are non-functional or you would like to contribute additional URL commands for specific actively sold D-Link network cameras, please post your findings as a reply to this thread.

Thanks in advanced for your contribution!  :)

Logged
Find answers here: D-Link ShareCenter FAQ I D-Link Network Camera FAQ
There's no such thing as too many backups FFC

ReverendTed

  • Level 3 Member
  • ***
  • Posts: 113
Re: DCS Network Cameras - URL Command Lines Forum Member Feedback
« Reply #1 on: April 30, 2014, 11:44:01 AM »

Do you think it would be helpful or confusing to indicate that you can specify the port number as well:
http://IPADDRESS:PORTNUMBER/etc/etc.etc
Logged

JavaLawyer

  • BETA Tester
  • Level 15 Member
  • *
  • Posts: 12190
  • D-Link Global Forum Moderator
    • FoundFootageCritic
Re: DCS Network Cameras - URL Command Lines Forum Member Feedback
« Reply #2 on: April 30, 2014, 11:55:22 AM »

Do you think it would be helpful or confusing to indicate that you can specify the port number as well:
http://IPADDRESS:PORTNUMBER/etc/etc.etc

Good suggestion. . . Looks like a global copy/replace is in order.  ;)
Logged
Find answers here: D-Link ShareCenter FAQ I D-Link Network Camera FAQ
There's no such thing as too many backups FFC

beatus

  • Level 1 Member
  • *
  • Posts: 4
Re: DCS Network Cameras - URL Command Lines Forum Member Feedback
« Reply #3 on: June 17, 2014, 05:35:07 AM »

Using this URL command to my DCS-2332L (which works as webcam) I need to enter user-id and password.
Unfortunately I did'nt find a working syntax (actually I tried htttp://mywebcam.com/image/jpeg.cgi) without theI'm looking for the correct syntax with direct link to the jpg of my 2332 without any additional entries.
any ideas?
Logged

nullit

  • Level 2 Member
  • **
  • Posts: 64
Re: DCS Network Cameras - URL Command Lines Forum Member Feedback
« Reply #4 on: October 28, 2014, 10:14:03 AM »

Hi,
 
Thought I'd let you know that several of the commands listed don't seem to work on my DCS-930Ls. Here they are :
 
Non-functional (FF33: "Error: File Not Found", IE11: "- webpage cannot be found")
DCS-930L - http://IPADDRESS:PORT_NUMBER/jpg/image.jpg?size=3
DCS-930L - http://IPADDRESS:PORT_NUMBER//snapshot.jpg?user=[USERNAME]&pwd=[PASSWORD]&strm=[CHANNEL]
DCS-930L - http://IPADDRESS:PORT_NUMBER/videostream.cgi?rate=0&user=[USERNAME]&pwd=[PASSWORD]
 
Non-functional (Cannot change resolution, is pre-determined by cam setting)
DCS-930L - http://IPADDRESS:PORT_NUMBER/video.cgi?resolution=[WIDTH]x[HEIGHT]
DCS-930L - http://IPADDRESS:PORT_NUMBER/video.cgi?resolution=VGA
 
Non-functional (Prompts for USERNAME and PASSWORD  despite embedded in command)
DCS-930L - http://IPADDRESS:PORT_NUMBER/mjpeg.cgi?user=[USERNAME]&password=[PASSWORD]&channel=[CHANNEL]
 
Cams prompt for Username and Password for remaining six commands.
 
..... Cheers

PS.: Don't like much the new forum layout format and color scheme !
 
Logged

gerritv

  • Level 1 Member
  • *
  • Posts: 23
Re: DCS Network Cameras - URL Command Lines Forum Member Feedback
« Reply #5 on: March 16, 2016, 12:07:57 PM »

DCS930L wants authentication like this:
http://<user>:<password>IPDARRESS/image.jpg

Ref: http://www.lavrsen.dk/foswiki/bin/view/Motion/DLink
Logged

Bartouille

  • Level 1 Member
  • *
  • Posts: 2
Re: DCS Network Cameras - URL Command Lines Forum Member Feedback
« Reply #6 on: May 23, 2016, 04:48:38 AM »

Hi,

You miss a @ in the url : http://<user>:<password>@IPADRRESS:PORT/image.jpg

DCS930L wants authentication like this:
http://<user>:<password>IPDARRESS/image.jpg

Ref: http://www.lavrsen.dk/foswiki/bin/view/Motion/DLink
Logged

Bartouille

  • Level 1 Member
  • *
  • Posts: 2
Re: DCS Network Cameras - URL Command Lines Forum Member Feedback
« Reply #7 on: May 23, 2016, 05:34:12 AM »

Hi all,

By the way, some of the URL also works on DCS800L, even if this device doesn't provide plain setup page.
The username is always admin and PASSWORD the one you've entered for your cam. IPADDRESS, well, is the IP of your cam :)
Port 80 (default for HTTP connections) and 443 (default for HTTPS connections) are opened, default means no use to quote them in the URL. Embedded HTTPS protocol in the cam is clearly outdated and will throw a security error when used with modern browsers.
After some testings, these url's seem to work :
For video stream : http://admin:PASSWORD@IPADDRESS/video.cgi
For audio stream : http://admin:PASSWORD@IPADDRESS/audio.cgi - Alas, I'm experiencing some weird freeze in the stream (cutting with no reason at 44s in VLC and 264s when embedded in an HTML5 audio element). I'm digging this one.

Hope it may help someone cause I've hardly find some specific informations for DCS800L.
Logged

a1

  • Level 1 Member
  • *
  • Posts: 1
Re: DCS Network Cameras - URL Command Lines Forum Member Feedback
« Reply #8 on: November 29, 2016, 11:05:40 AM »

The url-approach does not work with newer browsers.
User curl instead. There are threads about curl in this forum.

Logged

julioendara

  • Level 1 Member
  • *
  • Posts: 3
Re: DCS Network Cameras - URL Command Lines Forum Member Feedback
« Reply #9 on: May 01, 2018, 02:24:59 AM »

Hi all,

By the way, some of the URL also works on DCS800L, even if this device doesn't provide plain setup page.
The username is always admin and PASSWORD the one you've entered for your cam. IPADDRESS, well, is the IP of your cam :)
Port 80 (default for HTTP connections) and 443 (default for HTTPS connections) are opened, default means no use to quote them in the URL. Embedded HTTPS protocol in the cam is clearly outdated and will throw a security error when used with modern browsers.
After some testings, these url's seem to work :
For video stream : http://admin:PASSWORD@IPADDRESS/video.cgi
For audio stream : http://admin:PASSWORD@IPADDRESS/audio.cgi - Alas, I'm experiencing some weird freeze in the stream (cutting with no reason at 44s in VLC and 264s when embedded in an HTML5 audio element). I'm digging this one.

Hope it may help someone cause I've hardly find some specific informations for DCS800L.

Hi. I'm having the same issue with the DCS-933L. Did you find a solution for the audio stream cutting?

thanks
Logged

FurryNutz

  • Poweruser
  •   ▲
    ▲ ▲
  • *****
  • Posts: 49923
  • D-Link Global Forum Moderator
    • Router Troubleshooting
Re: DCS Network Cameras - URL Command Lines Forum Member Feedback
« Reply #10 on: May 15, 2018, 08:29:22 AM »

If you can't find any information here or any response to your question, I recommend that you phone contact your regional D-Link support office and ask for further help and information.

D-Link really doesn't officially support command line features.

Hi all,

By the way, some of the URL also works on DCS800L, even if this device doesn't provide plain setup page.
The username is always admin and PASSWORD the one you've entered for your cam. IPADDRESS, well, is the IP of your cam :)
Port 80 (default for HTTP connections) and 443 (default for HTTPS connections) are opened, default means no use to quote them in the URL. Embedded HTTPS protocol in the cam is clearly outdated and will throw a security error when used with modern browsers.
After some testings, these url's seem to work :
For video stream : http://admin:PASSWORD@IPADDRESS/video.cgi
For audio stream : http://admin:PASSWORD@IPADDRESS/audio.cgi - Alas, I'm experiencing some weird freeze in the stream (cutting with no reason at 44s in VLC and 264s when embedded in an HTML5 audio element). I'm digging this one.

Hope it may help someone cause I've hardly find some specific informations for DCS800L.

Hi. I'm having the same issue with the DCS-933L. Did you find a solution for the audio stream cutting?

thanks
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.