From d6c530e27370bd5936f2b228f928da6547e5a2de Mon Sep 17 00:00:00 2001 From: Jan Stabenow Date: Fri, 3 Jun 2022 20:00:17 +0200 Subject: [PATCH] Add compatibility list for encoders --- CHANGELOG.md | 1 + src/utils/help.js | 38 +++++++++++++++++++++++++++++++++++--- 2 files changed, 36 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74fb942..764591e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ #### v1.0.0 > v1.1.0 +- Add compatibility list for encoders - Add "HLS cleanup" as an optional function ([Philipp Trenz](https://github.com/philipptrenz)) - Add /ui info to / ([#326](https://github.com/datarhei/restreamer/issues/326)) - Add Russian translation (thx Inthegamelp) diff --git a/src/utils/help.js b/src/utils/help.js index 2d18910..3e8ac92 100644 --- a/src/utils/help.js +++ b/src/utils/help.js @@ -17,11 +17,11 @@ const topics = { en: 'https://docs.datarhei.com/restreamer/knowledge-base/manual/edit-livestream/license', de: 'https://docs.datarhei.com/restreamer/v/de/wissensdatenbank/user-guides/streameinstellungen/lizenz', }, - login: { + 'login': { en: 'https://docs.datarhei.com/restreamer/knowledge-base/manual/login', de: 'https://docs.datarhei.com/restreamer/v/de/wissensdatenbank/user-guides/dashboard', }, - main: { + 'main': { en: 'https://docs.datarhei.com/restreamer/knowledge-base/manual/main-screen', de: 'https://docs.datarhei.com/restreamer/v/de/wissensdatenbank/user-guides/hauptbildschirm', }, @@ -73,7 +73,7 @@ const topics = { en: 'https://docs.datarhei.com/restreamer/knowledge-base/manual/process-report', de: 'https://docs.datarhei.com/restreamer/v/de/wissensdatenbank/user-guides/prozess-details', }, - publication: { + 'publication': { en: 'https://docs.datarhei.com/restreamer/knowledge-base/manual/publications', de: 'https://docs.datarhei.com/restreamer/v/de/wissensdatenbank/user-guides/publication-services', }, @@ -161,6 +161,38 @@ const topics = { en: 'https://docs.datarhei.com/restreamer/knowledge-base/manual/wizard', de: 'https://docs.datarhei.com/restreamer/v/de/wissensdatenbank/user-guides/assistent', }, + 'encoder-h264_omx': { + en: 'https://docs.datarhei.com/restreamer/knowledge-base/troubleshooting/encoding-compatibility-list#h264_omx', + de: 'https://docs.datarhei.com/restreamer/v/de/wissensdatenbank/fehlersuche/kompatibilitaetsliste-fuer-encoder#h264_omx', + }, + 'encoder-h264_v4l2m2m': { + en: 'https://docs.datarhei.com/restreamer/knowledge-base/troubleshooting/encoding-compatibility-list#h264_v4l2m2m', + de: 'https://docs.datarhei.com/restreamer/v/de/wissensdatenbank/fehlersuche/kompatibilitaetsliste-fuer-encoder#h264_v4l2m2m', + }, + 'encoder-h264_nvenc': { + en: 'https://docs.datarhei.com/restreamer/knowledge-base/troubleshooting/encoding-compatibility-list#h264_nvenc', + de: 'https://docs.datarhei.com/restreamer/v/de/wissensdatenbank/fehlersuche/kompatibilitaetsliste-fuer-encoder#h264_nvenc', + }, + 'encoder-h264_vaapi': { + en: 'https://docs.datarhei.com/restreamer/knowledge-base/troubleshooting/encoding-compatibility-list#h264_vaapi', + de: 'https://docs.datarhei.com/restreamer/v/de/wissensdatenbank/fehlersuche/kompatibilitaetsliste-fuer-encoder#h264_vaapi', + }, + 'encoder-h264_videotoolbox': { + en: 'https://docs.datarhei.com/restreamer/knowledge-base/troubleshooting/encoding-compatibility-list#h264_videotoolbox', + de: 'https://docs.datarhei.com/restreamer/v/de/wissensdatenbank/fehlersuche/kompatibilitaetsliste-fuer-encoder#h264_videotoolbox', + }, + 'encoder-libx264': { + en: 'https://docs.datarhei.com/restreamer/knowledge-base/troubleshooting/encoding-compatibility-list#libx264', + de: 'https://docs.datarhei.com/restreamer/v/de/wissensdatenbank/fehlersuche/kompatibilitaetsliste-fuer-encoder#libx264', + }, + 'encoder-libx265': { + en: 'https://docs.datarhei.com/restreamer/knowledge-base/troubleshooting/encoding-compatibility-list#libx265', + de: 'https://docs.datarhei.com/restreamer/v/de/wissensdatenbank/fehlersuche/kompatibilitaetsliste-fuer-encoder#libx265', + }, + 'encoder-libvpx-vp9': { + en: 'https://docs.datarhei.com/restreamer/knowledge-base/troubleshooting/encoding-compatibility-list#libvpx-vp9', + de: 'https://docs.datarhei.com/restreamer/v/de/wissensdatenbank/fehlersuche/kompatibilitaetsliste-fuer-encoder#libvpx-vp9', + }, }; function getTopicURL(topic, locale) {