Immich: Difference between revisions

V3ntus (talk | contribs)
m Added source PR of this service, which is not in unstable or 24.11
Scrumplex (talk | contribs)
Add setup instructions for hardware accelerated video transcoding using VA-API.
Line 12: Line 12:
};
};
}}After applying the configuration you can access the instance via http://localhost:3001.
}}After applying the configuration you can access the instance via http://localhost:3001.
==== Hardware Accelerated Transcoding using VA-API ====
First make sure you have configured hardware acceleration on your system as described in [[Accelerated Video Playback]].
To make use of hardware accelerated video transcoding using VA-API, make sure to add your Immich user to the <code>render</code> and <code>video</code> groups. If you are using the default <code>immich</code> user, you can use the following snippet to enable VA-API support.{{file|/etc/nixos/configuration.nix|nix|3=users.users.immich.extraGroups = [ "video" "render" ];
}}
[[Category:Server]]
[[Category:Server]]
[[Category:Web Applications]]
[[Category:Web Applications]]