Replies: 5 comments 16 replies
-
Need to check by tteck, but i think its done ;) |
Beta Was this translation helpful? Give feedback.
-
@MickLesk I seen your PR was closed. I just wanted to let you know in your sed I seen you were trying to add user ersatztv. ersatztv seems to run as root and does not have its own user like jellyfin does. |
Beta Was this translation helpful? Give feedback.
-
@MickLesk If you plan on opening another PR I ran through manually and you can just skip the sed portion of the script. Transcoding is working with just the below. msg_info "Setting Up Hardware Acceleration"
$STD apt-get -y install {va-driver-all,ocl-icd-libopencl1,intel-opencl-icd,vainfo,intel-gpu-tools}
if [[ "$CTTYPE" == "0" ]]; then
chgrp video /dev/dri
chmod 755 /dev/dri
chmod 660 /dev/dri/*
$STD adduser $(id -u -n) video
$STD adduser $(id -u -n) render
fi
msg_ok "Set Up Hardware Acceleration"
|
Beta Was this translation helpful? Give feedback.
-
@MickLesk Woops i spoke too soon! one other thing I needed to do to get some of my media to play. I had to modify deb http://deb.debian.org/debian bookworm main contrib
deb http://deb.debian.org/debian bookworm-updates main contrib
deb http://security.debian.org bookworm-security main contrib too: deb http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware
deb http://deb.debian.org/debian bookworm-updates main contrib non-free
deb http://security.debian.org bookworm-security main contrib non-free Then I installed apt-get install -y intel-media-va-driver-non-free Now everything seems to be transcoding! |
Beta Was this translation helpful? Give feedback.
-
Hardware Acceleration has been added. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The way the helper script passes through the HW transcoding for the jellyfin script works amazing. Could you add that to the ersatztv script?
Beta Was this translation helpful? Give feedback.
All reactions