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

Amcrest IP5M-B1186EB-28MM w/ Motion + Doorbell #1425

Open
irctrakz opened this issue Nov 11, 2023 · 0 comments
Open

Amcrest IP5M-B1186EB-28MM w/ Motion + Doorbell #1425

irctrakz opened this issue Nov 11, 2023 · 0 comments
Labels
tested config A new tested configuration

Comments

@irctrakz
Copy link

Manufacturer/Model:
Amcrest IP5M-B1186EB-28MM

Homebridge Config:

{
    "platform": "Camera-ffmpeg",
    "name": "Camera FFmpeg",
    "porthttp": 8090,
    "localhttp": true,
    "cameras": [
          {
              "name": "Front Door Cam",
              "manufacturer": "Amcrest",
              "motion": true,
              "doorbell": true,
              "motionDoorbell": true,
              "switches": false,
              "motionTimeout": 0,
              "videoConfig": {
                  "source": "-fflags nobuffer -fflags discardcorrupt -rtsp_transport tcp -analyzeduration 0 -probesize 32 -i rtsp://<username>:<password>@cam.frontdoor.lan:554/cam/realmonitor?channel=1&subtype=0",
                  "stillImageSource": "-analyzeduration 0 -probesize 32 -i http://<username>:<password>@cam.frontdoor.lan/cgi-bin/snapshot.cgi?channel=1",
                  "packetSize": 940,
                  "maxStreams": 4,
                  "maxWidth": 1920,
                  "maxHeight": 1080,
                  "maxBitrate": 4096,
                  "maxFPS": 30,
                  "vcodec": "copy",
                  "audio": false,
                  "debug": false
               },
              "unbridge": "true"
          }
    ]
}

Additional Information:

dahua-alerts config that supports motion activation (aka doorbell) alerts on Homekit devices. i.e. Video notification on AppleTV.

{
    "homebridgeCameraFfmpegHttpPort": 8090,
    "useHttp": true,
    "cameras": [
        {
        "index": 0,
        "cameraName": "Front Door Cam",
        "cameraCredentials": {
            "host": "<ip.addr.of.cam>",
            "user": "<username>",
            "pass": "<password>",
             "useHttp": true
             }
        }
    ],
    "platform": "dahua-alerts"
}

Vendor: Amcrest URL

@irctrakz irctrakz added the tested config A new tested configuration label Nov 11, 2023
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