fix(screenshare): keep low-latency playback live

This commit is contained in:
2026-07-18 22:22:24 -04:00
parent 26d66007de
commit 4bfc18463b
2 changed files with 21 additions and 8 deletions
+7
View File
@@ -4,6 +4,13 @@ All notable changes to PeerSpeak are documented here.
## [Unreleased]
### Fixed
- **Low-latency screen sharing stays near the live edge again.** mpv's
timestamp pacing could let stale frames accumulate across the reliable
PixelPass transport until a share was 710 seconds behind. Low-latency mode
now presents decoded frames immediately; Smooth mode retains timestamp pacing
when keeping shared-video audio and video synchronized matters more.
## [0.6.4] — 2026-07-18
### Added