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