The Graveyard - Products No Longer Supported > DCS-2330L

Apple HomeKit implementation (Homebridge & homebridge-camera-ffmpeg)

(1/1)

S0NIC:
I'd just like to confirm that the DCS 2330L and the DCS 935L work very well with Apple HomeKit and Siri when the Homebridge plugin "homebridge-camera-ffmpeg" is used.

This could possibly also apply to all DLINK cameras with MJPEG & RTSP streams.You just need the correct URL.
http://forums.dlink.com/index.php?topic=59172.0
https://www.ispyconnect.com/man.aspx?n=D-Link


--- Code: ---        {
            "platform": "Camera-ffmpeg",
            "cameras": [
                {
                    "name": "DCS-935L",
                    "videoConfig": {
                        "source": "-re -i rtsp://USERNAME:PASSWORD@CAM-IP-ADDRESS:554/play1.sdp",
                        "stillImageSource": "-i http://USERNAME:PASSWORD@CAM-IP-ADDRESS/cgi/jpg/image.cgi",
                        "maxStreams": 2,
                        "maxWidth": 1280,
                        "maxHeight": 720,
                        "vcodec": "h264_omx",
"packetSize": 188,
                        "maxFPS": 4
                    }
                },
                {
                    "name": "DCS-2330L",
                    "videoConfig": {
                        "source": "-re -i rtsp://USERNAME:PASSWORD@CAM-IP-ADDRESS/live2.sdp",
                        "stillImageSource": "-i http://USERNAME:PASSWORD@CAM-IP-ADDRESS/dms?nowprofileid=2",
                        "maxStreams": 2,
                        "maxWidth": 1280,
                        "maxHeight": 720,
                        "vcodec": "h264_omx",
                        "packetSize": 188,
"maxFPS": 4
                    }
                }
            ]
        },

--- End code ---

The instructions can be found here:

* Homebridge: https://www.youtube.com/watch?v=g4Smfn1Q5Qc
* Plugin: https://www.npmjs.com/package/homebridge-camera-ffmpeg

GreenBay42:
Thanks for the info.

kikect:
Hi, I have a 942L camera and it's working fine. Here you are my config: (I have the RTSP authentication disable on the camera config)


         "platform": "Camera-ffmpeg",
            "cameras": [
                 {
               "name": "Bedroom",
                    "videoConfig": {
                        "source": "-rtsp_transport tcp -re -i rtsp://IP-ADDRESS/play1.sdp",
                        "maxStreams": 2,
                        "maxWidth": 1280,
                        "maxHeight": 720,
                        "maxFPS": 30
                 }
                 }

Navigation

[0] Message Index

Go to full version