🚀 How to Enable Hardware Acceleration in Plex 2024 (Docker)

Описание к видео 🚀 How to Enable Hardware Acceleration in Plex 2024 (Docker)

🎮 *Welcome to Leo Lab Tech!* 🎮

Subscribe to This Channel
   / @leolabtech  


In today's video, we're diving into adding a GPU and enabling Hardware Transcoding/Acceleration in a Plex Docker container.

NVIDIA GPU GUIDE: https://tizutech.com/plex-transcoding...


👇 *Timestamps* 👇
00:00 Demo
00:21 Prerequisites
01:31 Practical Explanation of Hardware Acceleration
03:39 Adding GPU to Container
05:19 Enabling HA On Plex

CODE SNIPPETT:

-----------------------

version: '3.8'

services:
plex:
image: lscr.io/linuxserver/plex:latest
container_name: plex
network_mode: host
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TZ}
- VERSION=docker
- PLEX_CLAIM=${PLEX_CLAIM} # optional, replace with your claim token or leave as is
volumes:
- ./volumes/plex:/config
- /mnt/Media:/media
restart: unless-stopped
devices:
- /dev/dri:/dev/dri


-----------------------


#homelab #heimdall #docker #selfhosted #LeoLabTech #virtualization #networking #virtualmachine #proxmox #plex #jellyfin #emby #container #hardware #transcoding #acceleration

Комментарии

Информация по комментариям в разработке