From 99ca3b6282f6c689c84146c6687b059fea3a78b1 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Mon, 30 Oct 2023 20:14:15 +0100 Subject: [PATCH] home.nas: get jellyfin hardware transcoding to work --- nodes/home/nas.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nodes/home/nas.py b/nodes/home/nas.py index 2b23903..7befeb9 100644 --- a/nodes/home/nas.py +++ b/nodes/home/nas.py @@ -38,6 +38,10 @@ nodes['home.nas'] = { 'packages': { 'mpv': {}, + # for hardware transcoding of video + 'firmware-amd-graphics': {}, + 'mesa-va-drivers': {}, + # for compiling yate 'autoconf': {}, 'subversion': {},