From 73c5d656bdb77c6f9438397026f104d20bd06d36 Mon Sep 17 00:00:00 2001 From: kat witch Date: Wed, 14 Apr 2021 01:27:19 +0100 Subject: [PATCH] profiles/gui: Re-enabled MPV with suggested additions --- profiles/gui/home/mpv.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiles/gui/home/mpv.nix b/profiles/gui/home/mpv.nix index 224088a1..0b0fd69e 100644 --- a/profiles/gui/home/mpv.nix +++ b/profiles/gui/home/mpv.nix @@ -8,6 +8,8 @@ gpu-context = "wayland"; vo = "gpu"; hwdec = "auto"; + demuxer-max-bytes = "2000MiB"; + demuxer-max-back-bytes = "250MiB"; }; }; }