mirror of https://github.com/mpv-player/mpv
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:
parent
573673e6aa
commit
1ab5d829ce
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue