Hello, as my title says I’m trying to have ffmpeg working on my Home Assistant Green.
HAOS is 13.0 and I followed the instructions: I tried to add these two lines of code in my configuration.yaml:
ffmpeg:
ffmpeg_bin: /usr/bin/ffmpeg
but without success. Most importantly, using file browser I can confirm there’s no ffmpeg bin file anywhere. Am I missing something? Thanks in advance!
ffmpeg_bin: should probably be indented under ffmpeg:, but it should not be necessary on HAOS.
ffmpeg is on HAOS, but you might not be able to confirm it with your access.
If you have the Advanced SSH and Web Terminal addon installed and Protection mode disabled, then you can use the web interface to get a command prompt and execute docker container exec homeassistant ls /usr/bin | less to confirm its presence.
Thanks, I can confirm that ffmpeg does indeed exists in the list prompted by the terminal. I wonder why I couldn’t use it. I tried restarting after adding ffmpeg: to configuration.yaml, without success.