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 AD110 - Homebridge Camera FFmpeg #973

Closed LiWhit closed 3 years ago

LiWhit commented 3 years ago

Manufacturer/Model: Amcrest AD110

Homebridge Config:

 "name": "Camera FFmpeg",
            "cameras": [
                {
                    "name": "Front Door",
                    "manufacturer": "Amcrest",
                    "model": "AD110",
                    "serialNumber": "XXXXXXXXXXXXX",
                    "motion": true,
                    "doorbell": true,
                    "switches": true,
                    "unbridge": true,
                    "videoConfig": {
                        "source": "-i rtsp://admin:password@X.X.X.X:554/cam/realmonitor?channel=1&subtype=1",
                        channel=1&subtype=1",
                        "maxWidth": 0,
                        "maxHeight": 0,
                        "maxFPS": 0,
                        "forceMax": true,
                        "audio": true
                    }
                }
            ],
            "platform": "Camera-ffmpeg"

Additional Information: Am unable to get the doorbell and motion sensor to work. Video feed is distorted for a second when opening the camera on the Home app. Audio is fine. No two-way audio

Sunoo commented 3 years ago

Added: https://sunoo.github.io/homebridge-camera-ffmpeg/configs/Amcrest-AD110.html