Replies: 1 comment 4 replies
-
Set debug to true and see if anything else appears in your logs. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am beginner and I tried to add my two Hikvison DS-2CD1023G0E-I cameras into Homebridge via ffmpeg. The cameras are connected to the NVR (DS-7604NI-K1 / 4P)
Generated rtsp URL works fine in VLC, camera is visible in Homekit, but I get this error when I try to acces live view:
ffmpeg exited with code 1 and signal null (error)
"name": "Camera FFmpeg", "porthttp": 8000, "cameras": [ { "name": "Hikvision", "videoConfig": { "source": "-i rtsp://XXXX@192.168.1.234/Streaming/Channels/201:554", "audio": true } } ],
Any idea why it doesn't work? Or is possible that it will be not working with this camera?
Regards,
Michal
Beta Was this translation helpful? Give feedback.
All reactions