8000 Amcrest IP5M-T1179EW · Issue #1350 · homebridge-plugins/homebridge-camera-ffmpeg · GitHub
[go: up one dir, main page]

Skip to content
Amcrest IP5M-T1179EW #1350
Open
Open
@steinauf85

Description

@steinauf85

Manufacturer/Model:
Amcrest IP5M-T1179EW

Homebridge Config:

"cameras": [
    {
      "disable": false,
      "name": "Driveway Cam",
      "motion": true,
      "motionTimeout": 15,
      "unbridge": true,
      "hsv": true,
      "prebuffering": true,
      "prebufferLength": 4,
      "hksvConfig": {
        "source": "-i rtsp://USER:PASSWORD@xxx.xxx.x.xxx:554/cam/realmonitor?channel=1&subtype=0",
        "maxFPS": "30",
        "audio": true,
        "maxWidth": "1920",
        "maxHeight": "1080",
        "maxBitrate": "2048",
        "vcodec": "copy",
        "acodec": "libfdk_aac"
      },
      "videoConfig": {
        "source": "-i rtsp://USER:PASSWORD@xxx.xxx.x.xxx:554/cam/realmonitor?channel=1&subtype=0",
        "subSource": "-i rtsp://USER:PASSWORD@xxx.xxx.x.xxx:554/cam/realmonitor?channel=1&subtype=1",
        "stillImageSource": "-i http://USER:PASSWORD@xxx.xxx.x.xxx:80/cgi-bin/snapshot.cgi",
        "maxStreams": 2,
        "maxFPS": 30,
        "vcodec": "copy",
        "acodec": "libfdk_aac",
        "audio": true,
        "maxWidth": 1920,
        "maxHeight": 1080,
        "maxBitrate": 2048
      },
      "videoanalysis": {
        "active": true
      },
      "manufacturer": "Amcrest",
      "model": "IP5M-T1179EW-28MM",
      "serialNumber": "AMC0xxxxxxxxxxxxx"
    }
]

Additional Information:
Works with CameraUI plugin and with HKSV and motion alerts. Homebridge running great on a Pi 4 along with many other services.
From web admin page of the cameras, set the video settings for primary feed to match what is here.
HKSV works on iOS and Mac.

Metadata

Metadata

Assignees

No one assigned

    Labels

    tested configA new tested configuration

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0