Sunoo / homebridge-camera-ffmpeg

Homebridge Plugin Providing FFmpeg-based Camera Support
https://sunoo.github.io/homebridge-camera-ffmpeg/
Apache License 2.0
1.08k stars 225 forks source link

D-link DCS-942L #1129

Closed WaldperlachFabi closed 3 years ago

WaldperlachFabi commented 3 years ago

Its for D-link DCS-942L. You can yeah the sound from the camera and you can see the image.

Homebridge Config:

 {
            "platform": "Camera-ffmpeg",
            "name": "Camera FFmpeg",
            "cameras": [
                {
                    "name": "D-link",
                    "motionDoorbell": true,
                    "doorbell": true,
                    "switches": true,
                    "videoConfig": {
                        "stillImageSource": "-i https://xxx.xxx.xxx.xx/image/jpeg.cgi",
                        "source": "-i rtsp://xxx.xxx.xxx.xx/play1.sdp",
                        "maxWidth": 640,
                        "audio": true,
                        "maxHeight": 480
                    },
                    "motion": true
                }
            ]
        }

xxx.xxx.xxx.xx is the IP address from your camera..

Additional Information:

Please set up in the camera settings that you dont need a passwort for rtsp stream and the photo.

Sorry that the photos are in German. But I think you can see what you have to adjust.

IMG_2303

IMG_2304

Sunoo commented 3 years ago

Added: https://sunoo.github.io/homebridge-camera-ffmpeg/configs/D-Link-DCS-942L.html