homebridge-plugins / homebridge-camera-ffmpeg

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

Amcrest IP2M-842E POE bullet camera configuration tested and working #919

Closed briansaycocie closed 3 years ago

briansaycocie commented 3 years ago

Manufacturer/Model: Amcrest IP2M-842E POE outdoor bullet camera

Homebridge Config:

"name": "Camera FFmpeg",
"cameras": [
  {
    "name": "Outdoor Camera",
    "manufacturer": "Amcrest",
    "model": "IP2M-842E",
    "serialNumber": "XXXXXXXXXXXXXX",
    "firmwareRevision": "2.520.0000.0.R",
    "videoConfig": {
      "source": "-rtsp_transport tcp -re -i rtsp://username:password@ipaddress:554/cam/realmonitor?channel=1&subtype=0",
      "stillImageSource": "-i http://username:password@ipaddress/cgi-bin/snapshot.cgi?chn=1",
      "maxStreams": 2,
      "maxWidth": 1920,
      "maxHeight": 1080,
      "maxFPS": 30,
      "maxBitrate": 2048,
      "vcodec": "libx264 -preset ultrafast",
      "audio": false
    }
  }
]

Additional Information:

Sunoo commented 3 years ago

Added: https://sunoo.github.io/homebridge-camera-ffmpeg/configs/Amcrest-IP2M-842E.html