Please add mesa-va-drivers package in the docker image

Hi,
I want to use the plugin hardware-transcode-vaapi to support the hardware encoding. After installation the encoding failed because the package mesa-va-drivers is missing in the Docker image. Can you add please ?

FYI I added manualy this package in the container and it’s ok now, ffmpeg use the vaap device : /usr/bin/ffmpeg -vaapi_device /dev/dri/renderD128 …

1 Like

Even better, please support VAAPI hardware encoding natively without a plugin, including AV1 support.

1 Like

for those who need vaapi I have pushed a docker image here : https://hub.docker.com/r/fredix/peertube

The Dockerfile is really basic … :
FROM chocobozzz/peertube:production-bookworm
RUN apt update && apt install mesa-va-drivers -y

Hi, any news ?