Remove Hardware Acceleration. UHF server ffmpeg usage is not documented well enough to enable by default.

This commit is contained in:
Zack Ruppert 2025-08-11 11:28:34 -04:00 committed by Push From Github
parent dc9d6cbe78
commit b846a0fb1d
2 changed files with 1 additions and 17 deletions

View File

@ -31,10 +31,5 @@
"username": null,
"password": null
},
"notes": [
{
"text": "With Privileged/Unprivileged Hardware Acceleration Support",
"type": "info"
}
]
"notes": []
}

View File

@ -13,17 +13,6 @@ setting_up_container
network_check
update_os
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"
msg_info "Installing Dependencies"
$STD apt-get update
$STD apt-get -y install ffmpeg