releases.shpreview
LiveKit/Rust SDKs/libwebrtc/v0.3.29

libwebrtc/v0.3.29

libwebrtc 0.3.29 (2026-04-02)

$npx -y @buildinternet/releases show rel_RfwIb0l59O4y9ME0L72VK

Features

chore: upgrade libwebrtc to m144.

#965 by @cloudwebrtc

Fixes

use the bounded buffer for video stream

#956 by @xianshijing-lk

Before this PR, it uses an unbounded buffer for video stream, that will cause multiple problems: 1, video will be lagged behind if rendering is slow or just wake up from background 2, it will be out of sync with audio

This PRs provides options to set a bounded buffer for video stream, and use 1 buffer as the default option.

Fetched April 11, 2026