Add compatibility list for encoders
This commit is contained in:
parent
ee2a9c54cf
commit
d6c530e273
@ -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)
|
||||
|
||||
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user