n0rt0nthec4t / homebridge-nest-accfactory

Homebridge support for Nest/Google devices including HomeKit Secure Video (HKSV) support for doorbells and cameras
https://github.com/n0rt0nthec4t/homebridge-nest-accfactory
Apache License 2.0
3 stars 0 forks source link

No ffmpeg binary found in "/usr/bin/ffmpeg" when installed #5

Open fdm225 opened 1 week ago

fdm225 commented 1 week ago

When trying to stream video I get the following in the logs:

No ffmpeg binary found in "/usr/bin/ffmpeg" when installed

thing is that I have it installed in that directory

Use -h to get full help or, even better, run 'man ffmpeg' david@time-machine:/var/lib/homebridge/node_modules/homebridge-nest-accfactory/dist$ ls /usr/bin/ffmpeg /usr/bin/ffmpeg david@time-machine:/var/lib/homebridge/node_modules/homebridge-nest-accfactory/dist$

n0rt0nthec4t commented 1 week ago

Under the plug-in configuration, have you included 'ffmpeg' at the end of the path name by any chance? If so remove, and just have /usr/bin

fdm225 commented 1 week ago

ahh, will try that

n0rt0nthec4t commented 1 week ago

There is also a lot of fixes in the latest alpha release

fdm225 commented 1 week ago

Hmm.. ok I did that but now

image

n0rt0nthec4t commented 1 week ago

Are you able to enable debugging in HomeBridge and then send the full output? Also, does that error occur on the Nest Doorbell or just the nest Cam? What model of Nest Cam is it?

Screenshot 2024-10-02 at 6 34 50 am

The alpha version can be installed in HomeBridge via its config ui. Screenshots attached. BUT NOTE from v0.2.0 up there is a breaking change and how to handle this is documented in the CHANGELOG.md

Screenshot 2024-10-02 at 6 33 17 am Screenshot 2024-10-02 at 6 33 31 am