From 1ab5d829ce7014595e1a6995b078d98b5721bfbb Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 7 Nov 2019 21:05:15 +0100 Subject: builtin.conf: set minimal --stream-buffer-size Some stream inputs may have higher latency with higher buffer sizes, for example network filesystems via normal OS filesystem interface (these have to wait until the full buffer is read, which means higher latency). Probably doesn't matter in practice, but why take chances. --- etc/builtin.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/builtin.conf b/etc/builtin.conf index 574d342f21..a5e174e964 100644 --- a/etc/builtin.conf +++ b/etc/builtin.conf @@ -61,6 +61,7 @@ demuxer-lavf-analyzeduration=0.1 # if it probes, reduce it video-sync=audio # DS currently requires reading ahead a frame interpolation=no # requires reference frames (more buffering) video-latency-hacks=yes # typically 1 or 2 video frame less latency +stream-buffer-size=4k # minimal buffer size; normally not needed [sw-fast] # For VOs which use software scalers, also affects screenshots and others. -- cgit v1.2.3