Replies: 2 comments 2 replies
-
Can you turn on debug mode and share your log from when you try to access a camera? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Enabled debug this morning and attempted to connect. Thank you in advance for your help! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Installed a new Hikvision DS-2CD2543G0-IS and followed most guidance here. Haven't seen a reference to this mode but should be similar to other Hikvision products. Using HomeBridge on a Synology NAS. I'm not using an NVR, just looking to access the live stream.
The tile appears in HomeKit and displayed "No Response."
Would love any insights!
{
"name": "Camera FFmpeg",
"cameras": [
{
"name": "Driveway",
"unbridge": false,
"videoConfig": {
"source": "-i rtsp://uid here:passhere@10.0.0.51:554/Streaming/Channels/101",
"stillImageSource": "-i http://uid here:passhere@10.0.0.51:554/Streaming/Channels/102",
"maxWidth": 2688,
"maxHeight": 1520,
"maxBitrate": 6144,
"forceMax": true,
"audio": false
}
}
],
"platform": "Camera-ffmpeg"
}
Beta Was this translation helpful? Give feedback.
All reactions