homebridge-camera-ffmpeg icon indicating copy to clipboard operation
homebridge-camera-ffmpeg copied to clipboard

Hikvision DVR DS-7208HQHI-K1

Open saadsalmans opened this issue 2 years ago • 0 comments

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.

saadsalmans avatar Aug 19 '23 21:08 saadsalmans