Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

D-Link DCS-8627LH #1370

Open
gartmagic opened this issue Dec 31, 2022 · 0 comments
Open

D-Link DCS-8627LH #1370

gartmagic opened this issue Dec 31, 2022 · 0 comments
Labels
tested config A new tested configuration

Comments

@gartmagic
Copy link

Manufacturer/Model:
D-Link DCS-8627LH

Homebridge Config:

{
    "name": "Camera FFmpeg",
    "videoProcessor": "/bin/ffmpeg-for-homebridge",
    "cameras": [
        {
            "name": "Camera Name",
            "manufacturer": "D-Link",
            "model": "DCS-8627LH",
            "unbridge": true,
            "videoConfig": {
                "source": "-i rtsp://username:password@ip-of-the-camera:554/live/profile.0",
                "audio": true,
                "debug": false
            }
        }
    ],
    "_bridge": {
        "username": "XX:XX:XX:XX:XX:XX",
        "port": 31016
    },
    "platform": "Camera-ffmpeg"
}

Additional Information:

I had to install the ffmpeg for homebridge ffmpeg-for-homebridge otherwise the ffmpeg stream returns with error. The Debug output of the Plugin is very useful to find the reason. I didn't won't to disturb my existing installation, so I placed the binary by side and set the videoProcessor attribute to point to it.

@gartmagic gartmagic added the tested config A new tested configuration label Dec 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tested config A new tested configuration
Projects
None yet
Development

No branches or pull requests

1 participant