From 70a388b1e90f60ff13c548ee0678cf848b52146e Mon Sep 17 00:00:00 2001 From: Jai Luthra Date: Sat, 8 Apr 2023 00:54:16 +0530 Subject: [PATCH] readme: use wayback archive links Fixes #629 Signed-off-by: Jai Luthra --- README.md | 4 ++-- tools/readme-autogen/templates/linux_readme_master.tmpl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ff995c5..e13de7e 100644 --- a/README.md +++ b/README.md @@ -312,7 +312,7 @@ bash ./patch-fbc.sh -f -r * [Repo](https://github.com/linuxserver/Unraid-Nvidia-Plugin) * [Forum page](https://forums.unraid.net/topic/77813-plugin-linuxserverio-unraid-nvidia/) ([archive link](https://web.archive.org/web/20190211145338/https://forums.unraid.net/topic/77813-plugin-linuxserverio-unraid-nvidia/)) * Original research behind this patch - * [Original post in Russian](https://habr.com/post/262563/) - * [3rd party English translation](https://weekly-geekly.github.io/articles/262563/index.html) + * [Original post in Russian](https://web.archive.org/web/20201111201711/https://habr.com/en/post/262563/) + * [3rd party English translation](https://web.archive.org/web/20190904221644/https://weekly-geekly.github.io/articles/262563/index.html) 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`. diff --git a/tools/readme-autogen/templates/linux_readme_master.tmpl b/tools/readme-autogen/templates/linux_readme_master.tmpl index 328bba8..323883c 100644 --- a/tools/readme-autogen/templates/linux_readme_master.tmpl +++ b/tools/readme-autogen/templates/linux_readme_master.tmpl @@ -163,7 +163,7 @@ bash ./patch-fbc.sh -f -r * [Repo](https://github.com/linuxserver/Unraid-Nvidia-Plugin) * [Forum page](https://forums.unraid.net/topic/77813-plugin-linuxserverio-unraid-nvidia/) ([archive link](https://web.archive.org/web/20190211145338/https://forums.unraid.net/topic/77813-plugin-linuxserverio-unraid-nvidia/)) * Original research behind this patch - * [Original post in Russian](https://habr.com/post/262563/) - * [3rd party English translation](https://weekly-geekly.github.io/articles/262563/index.html) + * [Original post in Russian](https://web.archive.org/web/20201111201711/https://habr.com/en/post/262563/) + * [3rd party English translation](https://web.archive.org/web/20190904221644/https://weekly-geekly.github.io/articles/262563/index.html) 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`.