aboutsummaryrefslogtreecommitdiff
path: root/src/VideoPlayer.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-06-18 01:11:36 +0200
committerdec05eba <dec05eba@protonmail.com>2021-06-18 01:11:36 +0200
commitc5558441044591c95072b958ed7804dd77254b27 (patch)
tree945e47478bb8677c0c864a6ebec7a39134b0c41c /src/VideoPlayer.cpp
parentbe9944e24a9dc3365d9f807b5f6689710d21d28c (diff)
cache-pause=yes, to prevent lag instead of pausing of cache buffer
Diffstat (limited to 'src/VideoPlayer.cpp')
-rw-r--r--src/VideoPlayer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VideoPlayer.cpp b/src/VideoPlayer.cpp
index 8c17f35..47544e9 100644
--- a/src/VideoPlayer.cpp
+++ b/src/VideoPlayer.cpp
@@ -106,7 +106,7 @@ namespace QuickMedia {
"--hr-seek=yes",
//"--cache=no",
"--force-seekable=yes",
- "--cache-pause=no",
+ "--cache-pause=yes",
input_conf.c_str(),
wid_arg.c_str()
});