From cad5525b0174c342c0bb7467df24a0e2d383d606 Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Sun, 10 Feb 2019 11:18:35 +0200 Subject: [PATCH] add info about Plex HW transcode --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b213367..32d67c5 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,11 @@ bash ./patch.sh -r ## See also -https://habr.com/post/262563/ +* Plex Media Server: enable HW **decoding**: + * [GH Issue](https://github.com/keylase/nvidia-patch/issues/51) + * PMS Forum: + 1. [https://forums.plex.tv/t/hardware-accelerated-decode-nvidia-for-linux/233510/158](https://forums.plex.tv/t/hardware-accelerated-decode-nvidia-for-linux/233510/158) + 2. [https://forums.plex.tv/t/hardware-accelerated-decode-nvidia-for-linux/233510/172](https://forums.plex.tv/t/hardware-accelerated-decode-nvidia-for-linux/233510/172) +* [Original research behind this patch (in Russian)](https://habr.com/post/262563/) If you experience `CreateBitstreamBuffer failed: out of memory (10)`, then you have to lower buffers number used for every encoding session. If you are using `ffmpeg`, see option `-surfaces` ("Number of concurrent surfaces") and try value near `-surfaces 8`.