Open FezVrasta opened 1 year ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Don't close this issue. This is an automatic message by Fresh - a bot against stale bots.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Don't close this issue. This is an automatic message by Fresh - a bot against stale bots.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Don't close this issue. This is an automatic message by Fresh - a bot against stale bots.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Don't close this issue. This is an automatic message by Fresh - a bot against stale bots.
A new version of camera.ui is currently under active development. An initial alpha/beta release and previews are coming soon. Stay tuned for exciting updates: https://github.com/seydx/camera.ui/issues/448 .
This version will no longer be developed / fixed. The new version contains many novelties and fixes (most important is for HKSV recording).
Describe the bug The camera does not show up in Apple Home and I get this error:
If I open the stream from the Homebridge Camera UI interface it opens correctly, but if I open it from the Camera UI web interface it tells the camera is offline and I get this error on the browser console:
If I go to
/settings/cameras
and then open the Videoanalysis section, I can see the camera stream properly.I tried to directly ping from node using nodejs-tcp-ping and I get the same ping error, if I use the unix
ping
utility everything works correctly though.If I replace that package with
icmp
the ping succeeds though, the problem is that the package doesn't seem to work on the unprivileged user used by Homebridge on DSM. I was able to workaround the issue by making theping
command always returntrue
so far. Shortly after I realized by NAS is not powerful enough to support this so I removed it 🤷♂️To Reproduce I'm using this configuration:
Expected behavior
Camera should work.
Logs
The above command properly outputs a picture taken from my webcam.
Screenshots If applicable, add screenshots to help explain your problem.
Environment