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.
This commit is contained in:
wm4 2019-11-07 21:05:15 +01:00
parent 573673e6aa
commit 1ab5d829ce
1 changed files with 1 additions and 0 deletions

View File

@ -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.