aboutsummaryrefslogtreecommitdiff
path: root/client-native-gui/mpv.conf
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2022-12-11 14:33:17 +0100
committermetamuffin <metamuffin@disroot.org>2022-12-11 14:33:17 +0100
commit43bd492ffe61dfec82c172f3eeda869809aa0932 (patch)
tree301b8da07ef08da9dffb239c24e30775e97d230d /client-native-gui/mpv.conf
parent62172003909956850879dee1252980b2547f8451 (diff)
downloadkeks-meet-43bd492ffe61dfec82c172f3eeda869809aa0932.tar
keks-meet-43bd492ffe61dfec82c172f3eeda869809aa0932.tar.bz2
keks-meet-43bd492ffe61dfec82c172f3eeda869809aa0932.tar.zst
stream playback with libmpv (native client)
Diffstat (limited to 'client-native-gui/mpv.conf')
-rw-r--r--client-native-gui/mpv.conf13
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