screenshare: drop mpv --untimed so shared video stays A/V-synced
The viewer launched mpv with `--untimed`, which displays each video frame the instant it decodes and ignores audio timestamps. Sharing a desktop (no audio) that just minimizes latency, but sharing a *video* made its audio drift progressively out of sync — confirmed in a field test watching a video together. Remove the flag so mpv paces video to the audio clock; the remaining low-latency flags keep lag negligible for desktop pointing. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
# Maintainer: mollusk <jitty+lc1iz0dc@protonmail.com>
|
||||
pkgname=peerspeak-git
|
||||
_pkgname=peerspeak
|
||||
pkgver=0.6.1.r315.ga78860d
|
||||
pkgver=0.6.2.r319.g8014edf
|
||||
pkgrel=1
|
||||
pkgdesc="Decentralized peer-to-peer voice chat (Rust/iroh/PipeWire/Opus/iced)"
|
||||
arch=('x86_64')
|
||||
|
||||
Reference in New Issue
Block a user