Skip to content

Instantly share code, notes, and snippets.

@packerdl
packerdl / lxc_plex_intel_quicksync.md
Last active April 15, 2025 00:02
Intel QuickSync passthrough to an unprivileged LXC container running plex.

Running Plex in an Unprivileged LXC with Intel QuickSync Passthrough

First setup an unprivileged Ubuntu container with Plex Media Server installed. Inside the container take note of the id of the plex group.

# Your Plex group's ID may be different
$ getent group plex | cut -d : -f3
998