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

Hikvision DVR DS-7208HQHI-K1 #1408

Open saadsalmans opened 1 year ago

saadsalmans commented 1 year ago

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.