Thank you, I added that command, and from the logs I can see it being installed but I get the exact same error.
I consoled in and entered the commands below to see if lidfdk-aac was enabled in ffmpeg
ffmpeg -buildconf
--enable-libfdk-aac
I get "--enable-libfdk-aac: not found"
After some reading I think the problem is ffmpeg needs to be compiled with libfdk-aac included, but I have no idea how to do that.
https://github.com/dgreif/ring/wiki/FFmpeg#homebridge-audio-support
https://github.com/nicholasrobinson/ffmpeg-homebridge
Any suggestions? Not sure how difficult it is to incorporate that into your docker.
Thanks!
Hi @Siwat2545, I'm using the Ring plugin with your HomeBridge docker, video works but I have no audio, I'm seeing the message below in the logs.
[Ring] Streaming video only - found ffmpeg, but libfdk_aac is not installed.
Do you know if there's a way to get libfdk_aac installed/enabled with your docker?
Thanks!
Trying to use this with SmartThings, I managed to get this running. From the logs I can see that it loads my SmartThings accessories and says it's running on port 51826, however on my iOS device it doesn't find any accessories from homebridge. Is there a step I'm missing so that devices can be discovered properly (port/variables/path, etc)?