Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/18c7dc210cab6a33b44e0cee96b1a59337ce4cc2 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Prefer Cuvid to Nvdec by default for better performance

pull/7466/head
Nyanmisaka 3 years ago committed by GitHub
parent ca517af0d9
commit 18c7dc210c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,7 +32,7 @@ namespace MediaBrowser.Model.Configuration
DeinterlaceMethod = "yadif";
EnableDecodingColorDepth10Hevc = true;
EnableDecodingColorDepth10Vp9 = true;
EnableEnhancedNvdecDecoder = true;
EnableEnhancedNvdecDecoder = false;
PreferSystemNativeHwDecoder = true;
EnableIntelLowPowerH264HwEncoder = false;
EnableIntelLowPowerHevcHwEncoder = false;

Loading…
Cancel
Save