homebridge-camera-ffmpeg
                                
                                
                                
                                    homebridge-camera-ffmpeg copied to clipboard
                            
                            
                            
                        Hikvision DVR DS-7208HQHI-K1
Manufacturer/Model: Hikvision DVR DS-7208HQHI-K1
Homebridge Config:
{
    "name": "Camera 1",
    "unbridge": true,
    "videoConfig": {
        "source": "-i rtsp://username:password@ipaddress:554/Streaming/Channels/101",
        "stillImageSource": "-i http://username:password@ipaddress/ISAPI/Streaming/channels/101/picture",
        "maxStreams": 2,
        "maxWidth": 960,
        "maxHeight": 576,
        "maxFPS": 22,
        "audio": false
    }
}
Additional Information:
If the RTSP feed shows garbage (grey video), log in to the DVR and go to Network -> Advanced Settings -> Platform Access and disable it and then enable it again.