IP Camera URLS

This page lists the URLS I have found to use to access the image, audio and video streams from a variety of IP Cameras…

D-Link 5010L

This camera appears to be an old fashioned MJPEG camera – I have not been able to find an RTSP h.264 stream on it….

  1. http://user:passwd@ip_addr/IMAGE.JPG
  2. http://user:passwd@ip_addr/image.jpg
  3. http://user:passwd@ip_addr/video.cgi – MJPEG video stream?  May be whatever the default format is set to in the web UI.
  4. http://user:passwd@ip_addr/mjpeg.cgi – MJPEG video stream
  5. http://user:passwd@ip_addr/h264.cgi – raw h264 video stream
  6. http://user:passwd@ip_addr/dgaudio.cgi – audio stream in WAV (pcm_s16le) format.
  7. http://user:passwd@ip_addr/dgvideo.cgi – video stream in mjpeg format.
  8. http://user:passwd@ip_addr/pantiltcontrol.cgi (Expects POST data):
    1. PanSingleMoveDegree = 5 (sets amount of movement)
    2. TiltSingleMoveDegree = 5 (sets amount of movement)
    3. PanTiltSingleMove = 4 (sets direction of movement)