mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-07 03:35:26 +03:00
Clarify radeon env variable
This commit is contained in:
parent
f00ced5a33
commit
e57a183361
@ -137,7 +137,11 @@ Depending on your OS and kernel configuration, you may need to change the `/proc
|
||||
|
||||
VAAPI supports automatic profile selection so it will work automatically with both H.264 and H.265 streams.
|
||||
|
||||
**Note:** You also need to set `LIBVA_DRIVER_NAME=radeonsi` as an environment variable on the container.
|
||||
:::note
|
||||
|
||||
You need to change the driver to `radeonsi` by adding the following environment variable `LIBVA_DRIVER_NAME=radeonsi` to your docker-compose file or [in the `frigate.yaml` for HA OS users](advanced.md#environment_vars).
|
||||
|
||||
:::
|
||||
|
||||
```yaml
|
||||
ffmpeg:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user