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
+1 -1
View File
@@ -26,7 +26,7 @@ The default configuration looks like this:
},
"ffmpeg": {
"accel": "disabled",
"accelDecode": false,
"accelDecode": true,
"acceptedAudioCodecs": ["aac", "mp3", "opus"],
"acceptedContainers": ["mov", "ogg", "webm"],
"acceptedVideoCodecs": ["h264"],