D-Link DCS-820L as IP Camera in HASS?

Does anyone know how to get a D-Link DCS-820L as IP-Camera into HASS?
It seems I need to use the URL rtsp://my.camera.ip/play3.sdp but don’t know if there is a component that supports it?

Never mind, I solved it using ffmpeg with the following config:

camera:
  - platform: ffmpeg
    input: -rtsp_transport tcp -i rtsp://username:[email protected]/play3.sdp
    name: FFmpeg
    ffmpeg_bin: 'C:\ffmpeg'
    extra_arguments: -q:v 2
1 Like

am using the following:

Example of using a DCS-825L Wireless N Network Camera from D-Link

camera:

you can use/add the following options (for DCS-825L url setup):
JPEG, http:/ip/image/jpeg.cgi
MJPEG, http:/ip/video/mjpg.cgi
VLC, rtsp:/ip/play1.sdp Audio: Possible
VLC, rtsp:/ip/play3.sdp Audio: Possible
FFMPEG, rtsp:/ip/play1.sdp Audio: Possible

Now that you h ave the camera defined, what card do you use in Lovelace to display it?