From 1e7cc6961d2f37291b805fcb61b45a7a076ddc0c Mon Sep 17 00:00:00 2001 From: matty Date: Sat, 13 Apr 2024 14:05:18 -0400 Subject: [PATCH] set default preset to p7 --- dist/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/main.js b/dist/main.js index ba3314c..953d6f1 100644 --- a/dist/main.js +++ b/dist/main.js @@ -4,7 +4,7 @@ exports.unregister = exports.register = void 0; let logger; let transcodingManager; const DEFAULT_HARDWARE_DECODE = false; -const DEFAULT_VOD_QUALITY = "p5"; +const DEFAULT_VOD_QUALITY = "p7"; const DEFAULT_LIVE_QUALITY = "hq"; const DEFAULT_BITRATES = new Map([ [0, 64 * 1000],