chore(server): enable hw decoding by default (#28324)

This commit is contained in:
Mert
2026-05-11 08:02:26 -04:00
committed by GitHub
parent 271f1cb868
commit eea820fa2f
4 changed files with 31 additions and 64 deletions
@@ -70,7 +70,7 @@ const updatedConfig = Object.freeze<SystemConfig>({
preferredHwDevice: 'auto',
transcode: TranscodePolicy.Required,
accel: TranscodeHardwareAcceleration.Disabled,
accelDecode: false,
accelDecode: true,
tonemap: ToneMapping.Hable,
},
logging: {