Ffmpeg Hass.io

Hi All,

To activate ffmpeg on my raspberry pi3 with hass.io I need to install libav-tools but the command sudo apt-get install libav-tools doesn’t work.

How I can install this tools?

Cheers

ffmpeg is already installed in the homeassistant container.
You can see in the base image dockerfile for ha here:
https://github.com/home-assistant/hassio-build/blob/master/homeassistant/base/Dockerfile

Line 40.

It’s working with a Xiaofang camera RTSP.

1 Like

when i ssh to hass.io and run command ffmpeg , it is output “-ash : ffmpeg, not found”
So ffmpeg doesn’t install on hass.io ? how to install it ?
When config ffmpeg for camera in hass.io (follow the link https://home-assistant.io/components/ffmpeg/ ) what value i must fill to ffmpeg_bin:
Thanks

It’s already there. It’s running inside the Hassio container so of course you won’t see it when you ssh. You are not ssh’ing inside that container but rather the outer layer which controls the container.

Just put ffmpeg: in your configuration.yaml and restart.

What version of ffmpeg is included?
Regards.