D-Link Forums

The Graveyard - Products No Longer Supported => IP Cameras => DCS-932L => Topic started by: techbri on May 20, 2011, 12:50:08 PM

Title: Need video URL for DCS-932L
Post by: techbri on May 20, 2011, 12:50:08 PM
I am trying to connect up this camera to a third party surveillance system (Synology Diskstation) and I need to specify the video path or video URL as the camera is not on Synology's supported list. Unfortunately, D-Link tech support has not been very helpful as they don't know the url. Can anyone help?

Thanks!
Title: Re: Need video URL for DCS-932L
Post by: JavaLawyer on May 20, 2011, 01:37:26 PM
http://YOUR_IP_ADDRESS/mjpeg.cgi
Title: Re: Need video URL for DCS-932L
Post by: techbri on May 20, 2011, 04:14:28 PM
Unfortunately, it doesn't look like it's compatible. Doesn't look like DSM can read the stream as I tried that url.
Title: Re: Need video URL for DCS-932L
Post by: RoelG on December 28, 2011, 01:39:57 AM
Same problem here...

When I do the wizard on the DSM and click on Get Preview: it shows me a shot...

When I complete the wizard and go to live view...nothing... Do we need to provide the url with user/pasw directly? Going to test this later...

http://username:password@myipaddress:port/mjpeg.cgi
Title: Re: Need video URL for DCS-932L
Post by: amandasmith on December 28, 2011, 04:22:17 AM
I am trying to view the feeds on a sony dash.  The options are very limited, and require a URL address for the streaming video feed.  There is no option to create text files or html extensions. I have come to the conclusion that the sony dash is simply not up to the task, given the current apps available.
Title: Re: Need video URL for DCS-932L
Post by: oberkc on December 28, 2011, 04:27:28 AM
Quote
Going to test this later...

http://username:password@myipaddress:port/mjpeg.cgi

I have tried that variation, as well as another (something roughly like http://myipaddress:port/mjpeg.cgi/uname=username&pwd=password/).  I had no success, but it may depend on the platform on which one is trying to view the image.  So far, the only success I have viewing imagery via third-party software is with those that support Dllink cameras.

I had the same experience as the OP regarding customer support.  They claimed that the -932 is designed only for use with the MyDlink service.  

I would appreciate hearing of any success you have.
Title: Re: Need video URL for DCS-932L
Post by: oberkc on December 28, 2011, 04:34:32 AM
I am trying to view the feeds on a sony dash.  The options are very limited, and require a URL address for the streaming video feed.  There is no option to create text files or html extensions. I have come to the conclusion that the sony dash is simply not up to the task, given the current apps available.

This is exactly my goal: view this imagery on the Sony Dash.  Since purchasing the Dlink -932 camera, I have tried a panasonic and foscam varieties.  I could get none to stream on the sony dash, using either dual cam app or megapixel PTZ.  I have also concluded that the problem may be the limitations of the sony dash apps.

Too bad.  Let me know if you find success somehow.
Title: Re: Need video URL for DCS-932L
Post by: curmar on February 17, 2012, 07:22:09 AM
is there any video URL for mpeg4 and h.264 streams?

I'm an owner of two DCS2130 and I'm struggling to get most of the video quality on third party application.
THX
Title: Re: Need video URL for DCS-932L
Post by: JavaLawyer on February 17, 2012, 07:47:01 AM
I don't believe so.
http://YOUR_IP_ADDRESS/mjpeg.cgi
Title: Re: Need video URL for DCS-932L
Post by: mikael2235 on February 19, 2012, 11:42:04 AM
Hello,

I can't see my cam on http://YOUR_IP_ADDRESS/mjpeg.cgi

Server not answering...

Do you know why ?

I tried another way with next code (I have obtain it with editing the source code of config page) :
Code: [Select]
<table cellpadding="2" cellspacing="1" border="0" width="534" bgcolor="black" bordercolor="#FFFFFF" align="center">
<tr><td align="center">
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0>
<tr>
<td bgcolor=black><font color="#FE7700">Camera D-LINK DCS-932L<BR></font></td>
<td bgcolor=black align=right><font color="#FE7700"><div id="div_horloge"></div></font></td>
</tr>
<tr>
<td colspan=2 align=center bgcolor="black"><font color=white>Domloup (35) - Latitude : 48.0645 / Longitude : -1.5247<BR></font></td>
</tr>
<tr>

<td colspan=2 align=center bgcolor="black">
<APPLET name="cvcs" CODEBASE="http://192.168.0.20:200" CODE="aplug.class" WIDTH=640 HEIGHT=480>
<param name="RemotePort" value=200>
<param name="Timeout" value=5000>
<param name="RotateAngle" value=0>
<param name="PreviewFrameRate" value=2>
<param name="DeviceSerialNo" value="YWRtaW46U0VjcmV0">
</APPLET>
</td>
</tr>
</TABLE>
</td></tr>
</table>

It is functionning but not at each time.

Thanks