Jellyfin: Disable ProtectClock to allow NVENC, NVDEC acceleration

This commit is contained in:
Giulio De Pasquale 2022-03-10 00:19:57 +00:00 committed by GitHub
parent 3b944f4c0c
commit 81781c338d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,7 +73,8 @@ in
PrivateDevices = true;
PrivateUsers = true;
ProtectClock = true;
# Disabled as it does not allow Jellyfin to interface with CUDA devices
# ProtectClock = true;
ProtectControlGroups = true;
ProtectHostname = true;
ProtectKernelLogs = true;