diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-06-18 01:11:36 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-06-18 01:11:36 +0200 |
commit | c5558441044591c95072b958ed7804dd77254b27 (patch) | |
tree | 945e47478bb8677c0c864a6ebec7a39134b0c41c /src | |
parent | be9944e24a9dc3365d9f807b5f6689710d21d28c (diff) |
cache-pause=yes, to prevent lag instead of pausing of cache buffer
Diffstat (limited to 'src')
-rw-r--r-- | src/VideoPlayer.cpp | 2 |
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() }); |