diff options
Diffstat (limited to 'client-native-gui/mpv.conf')
| -rw-r--r-- | client-native-gui/mpv.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/client-native-gui/mpv.conf b/client-native-gui/mpv.conf new file mode 100644 index 0000000..3669492 --- /dev/null +++ b/client-native-gui/mpv.conf @@ -0,0 +1,13 @@ +# configuration for the libmpv used in keks-meet +# this is equivalent to --profile=low-latency +audio-buffer=0 +vd-lavc-threads=1 +cache-pause=no +demuxer-lavf-o-add=fflags=+nobuffer +demuxer-lavf-probe-info=nostreams +demuxer-lavf-analyzeduration=0.1 +video-sync=audio +interpolation=no +video-latency-hacks=yes +stream-buffer-size=4k +correct-pts=yes |