From 9a5142ced38d5f63dfe8a98ca83f144785c2d536 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Sat, 24 Feb 2024 20:08:50 +0000 Subject: [PATCH] Add note about nvidia artifical encode limit --- INSTALLING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/INSTALLING.md b/INSTALLING.md index e5683995..d76a90ac 100644 --- a/INSTALLING.md +++ b/INSTALLING.md @@ -71,3 +71,6 @@ To test if everything works, you can run `sudo docker run --rm --gpus all ubuntu you might need to add `--runtime nvidia` like so: `sudo docker run --rm --runtime=nvidia --gpus all ubuntu nvidia-smi` After that, you can now use `docker compose --profile nvidia up -d` to start kyoo with nvidia hardware acceleration. + +Note that most nvidia cards have an artifical limit on the number of encodes. You can confirm your card limit [here](https://developer.nvidia.com/video-encode-and-decode-gpu-support-matrix-new). +This limit can also be remove by applying an [unofficial patch](https://github.com/keylase/nvidia-patch) to you driver.