Skip to content

Tags: livekit/rust-sdks

Tags

yuv-sys/v0.3.14

Toggle yuv-sys/v0.3.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release packages (#986)

> [!IMPORTANT]
> Merging this pull request will create these releases

# soxr-sys 0.1.3 (2026-04-02)
## 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.
# livekit-protocol 0.7.4 (2026-04-02)
## 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.
# livekit-datatrack 0.1.3 (2026-04-02)
## Features

- Rename type to `DataTrackStream`
# yuv-sys 0.3.14 (2026-04-02)
## 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.
# webrtc-sys-build 0.3.15 (2026-04-02)
## 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.
# imgproc 0.3.19 (2026-04-02)
## 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.
# webrtc-sys 0.3.27 (2026-04-02)
## 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.
# livekit-ffi 0.12.52 (2026-04-02)
## Features

- Initial support for data tracks

## 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.
# livekit-wakeword 0.1.3 (2026-04-02)
## 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.
# libwebrtc 0.3.29 (2026-04-02)
## 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.
# livekit-api 0.4.18 (2026-04-02)
## 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.
# livekit 0.7.36 (2026-04-02)
## Features

- Initial support for data tracks

## 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.

Co-authored-by: knope-bot[bot] <152252888+knope-bot[bot]@users.noreply.github.com>

webrtc-sys-build/v0.3.15

Toggle webrtc-sys-build/v0.3.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release packages (#986)

> [!IMPORTANT]
> Merging this pull request will create these releases

# soxr-sys 0.1.3 (2026-04-02)
## 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.
# livekit-protocol 0.7.4 (2026-04-02)
## 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.
# livekit-datatrack 0.1.3 (2026-04-02)
## Features

- Rename type to `DataTrackStream`
# yuv-sys 0.3.14 (2026-04-02)
## 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.
# webrtc-sys-build 0.3.15 (2026-04-02)
## 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.
# imgproc 0.3.19 (2026-04-02)
## 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.
# webrtc-sys 0.3.27 (2026-04-02)
## 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.
# livekit-ffi 0.12.52 (2026-04-02)
## Features

- Initial support for data tracks

## 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.
# livekit-wakeword 0.1.3 (2026-04-02)
## 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.
# libwebrtc 0.3.29 (2026-04-02)
## 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.
# livekit-api 0.4.18 (2026-04-02)
## 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.
# livekit 0.7.36 (2026-04-02)
## Features

- Initial support for data tracks

## 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.

Co-authored-by: knope-bot[bot] <152252888+knope-bot[bot]@users.noreply.github.com>

webrtc-sys/v0.3.27

Toggle webrtc-sys/v0.3.27's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release packages (#986)

> [!IMPORTANT]
> Merging this pull request will create these releases

# soxr-sys 0.1.3 (2026-04-02)
## 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.
# livekit-protocol 0.7.4 (2026-04-02)
## 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.
# livekit-datatrack 0.1.3 (2026-04-02)
## Features

- Rename type to `DataTrackStream`
# yuv-sys 0.3.14 (2026-04-02)
## 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.
# webrtc-sys-build 0.3.15 (2026-04-02)
## 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.
# imgproc 0.3.19 (2026-04-02)
## 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.
# webrtc-sys 0.3.27 (2026-04-02)
## 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.
# livekit-ffi 0.12.52 (2026-04-02)
## Features

- Initial support for data tracks

## 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.
# livekit-wakeword 0.1.3 (2026-04-02)
## 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.
# libwebrtc 0.3.29 (2026-04-02)
## 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.
# livekit-api 0.4.18 (2026-04-02)
## 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.
# livekit 0.7.36 (2026-04-02)
## Features

- Initial support for data tracks

## 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.

Co-authored-by: knope-bot[bot] <152252888+knope-bot[bot]@users.noreply.github.com>

soxr-sys/v0.1.3

Toggle soxr-sys/v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release packages (#986)

> [!IMPORTANT]
> Merging this pull request will create these releases

# soxr-sys 0.1.3 (2026-04-02)
## 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.
# livekit-protocol 0.7.4 (2026-04-02)
## 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.
# livekit-datatrack 0.1.3 (2026-04-02)
## Features

- Rename type to `DataTrackStream`
# yuv-sys 0.3.14 (2026-04-02)
## 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.
# webrtc-sys-build 0.3.15 (2026-04-02)
## 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.
# imgproc 0.3.19 (2026-04-02)
## 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.
# webrtc-sys 0.3.27 (2026-04-02)
## 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.
# livekit-ffi 0.12.52 (2026-04-02)
## Features

- Initial support for data tracks

## 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.
# livekit-wakeword 0.1.3 (2026-04-02)
## 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.
# libwebrtc 0.3.29 (2026-04-02)
## 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.
# livekit-api 0.4.18 (2026-04-02)
## 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.
# livekit 0.7.36 (2026-04-02)
## Features

- Initial support for data tracks

## 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.

Co-authored-by: knope-bot[bot] <152252888+knope-bot[bot]@users.noreply.github.com>

livekit-wakeword/v0.1.3

Toggle livekit-wakeword/v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release packages (#986)

> [!IMPORTANT]
> Merging this pull request will create these releases

# soxr-sys 0.1.3 (2026-04-02)
## 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.
# livekit-protocol 0.7.4 (2026-04-02)
## 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.
# livekit-datatrack 0.1.3 (2026-04-02)
## Features

- Rename type to `DataTrackStream`
# yuv-sys 0.3.14 (2026-04-02)
## 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.
# webrtc-sys-build 0.3.15 (2026-04-02)
## 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.
# imgproc 0.3.19 (2026-04-02)
## 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.
# webrtc-sys 0.3.27 (2026-04-02)
## 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.
# livekit-ffi 0.12.52 (2026-04-02)
## Features

- Initial support for data tracks

## 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.
# livekit-wakeword 0.1.3 (2026-04-02)
## 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.
# libwebrtc 0.3.29 (2026-04-02)
## 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.
# livekit-api 0.4.18 (2026-04-02)
## 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.
# livekit 0.7.36 (2026-04-02)
## Features

- Initial support for data tracks

## 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.

Co-authored-by: knope-bot[bot] <152252888+knope-bot[bot]@users.noreply.github.com>

livekit-protocol/v0.7.4

Toggle livekit-protocol/v0.7.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release packages (#986)

> [!IMPORTANT]
> Merging this pull request will create these releases

# soxr-sys 0.1.3 (2026-04-02)
## 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.
# livekit-protocol 0.7.4 (2026-04-02)
## 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.
# livekit-datatrack 0.1.3 (2026-04-02)
## Features

- Rename type to `DataTrackStream`
# yuv-sys 0.3.14 (2026-04-02)
## 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.
# webrtc-sys-build 0.3.15 (2026-04-02)
## 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.
# imgproc 0.3.19 (2026-04-02)
## 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.
# webrtc-sys 0.3.27 (2026-04-02)
## 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.
# livekit-ffi 0.12.52 (2026-04-02)
## Features

- Initial support for data tracks

## 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.
# livekit-wakeword 0.1.3 (2026-04-02)
## 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.
# libwebrtc 0.3.29 (2026-04-02)
## 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.
# livekit-api 0.4.18 (2026-04-02)
## 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.
# livekit 0.7.36 (2026-04-02)
## Features

- Initial support for data tracks

## 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.

Co-authored-by: knope-bot[bot] <152252888+knope-bot[bot]@users.noreply.github.com>

livekit-ffi/v0.12.52

Toggle livekit-ffi/v0.12.52's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release packages (#986)

> [!IMPORTANT]
> Merging this pull request will create these releases

# soxr-sys 0.1.3 (2026-04-02)
## 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.
# livekit-protocol 0.7.4 (2026-04-02)
## 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.
# livekit-datatrack 0.1.3 (2026-04-02)
## Features

- Rename type to `DataTrackStream`
# yuv-sys 0.3.14 (2026-04-02)
## 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.
# webrtc-sys-build 0.3.15 (2026-04-02)
## 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.
# imgproc 0.3.19 (2026-04-02)
## 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.
# webrtc-sys 0.3.27 (2026-04-02)
## 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.
# livekit-ffi 0.12.52 (2026-04-02)
## Features

- Initial support for data tracks

## 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.
# livekit-wakeword 0.1.3 (2026-04-02)
## 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.
# libwebrtc 0.3.29 (2026-04-02)
## 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.
# livekit-api 0.4.18 (2026-04-02)
## 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.
# livekit 0.7.36 (2026-04-02)
## Features

- Initial support for data tracks

## 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.

Co-authored-by: knope-bot[bot] <152252888+knope-bot[bot]@users.noreply.github.com>

livekit-datatrack/v0.1.3

Toggle livekit-datatrack/v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release packages (#986)

> [!IMPORTANT]
> Merging this pull request will create these releases

# soxr-sys 0.1.3 (2026-04-02)
## 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.
# livekit-protocol 0.7.4 (2026-04-02)
## 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.
# livekit-datatrack 0.1.3 (2026-04-02)
## Features

- Rename type to `DataTrackStream`
# yuv-sys 0.3.14 (2026-04-02)
## 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.
# webrtc-sys-build 0.3.15 (2026-04-02)
## 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.
# imgproc 0.3.19 (2026-04-02)
## 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.
# webrtc-sys 0.3.27 (2026-04-02)
## 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.
# livekit-ffi 0.12.52 (2026-04-02)
## Features

- Initial support for data tracks

## 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.
# livekit-wakeword 0.1.3 (2026-04-02)
## 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.
# libwebrtc 0.3.29 (2026-04-02)
## 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.
# livekit-api 0.4.18 (2026-04-02)
## 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.
# livekit 0.7.36 (2026-04-02)
## Features

- Initial support for data tracks

## 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.

Co-authored-by: knope-bot[bot] <152252888+knope-bot[bot]@users.noreply.github.com>

livekit-api/v0.4.18

Toggle livekit-api/v0.4.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release packages (#986)

> [!IMPORTANT]
> Merging this pull request will create these releases

# soxr-sys 0.1.3 (2026-04-02)
## 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.
# livekit-protocol 0.7.4 (2026-04-02)
## 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.
# livekit-datatrack 0.1.3 (2026-04-02)
## Features

- Rename type to `DataTrackStream`
# yuv-sys 0.3.14 (2026-04-02)
## 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.
# webrtc-sys-build 0.3.15 (2026-04-02)
## 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.
# imgproc 0.3.19 (2026-04-02)
## 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.
# webrtc-sys 0.3.27 (2026-04-02)
## 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.
# livekit-ffi 0.12.52 (2026-04-02)
## Features

- Initial support for data tracks

## 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.
# livekit-wakeword 0.1.3 (2026-04-02)
## 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.
# libwebrtc 0.3.29 (2026-04-02)
## 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.
# livekit-api 0.4.18 (2026-04-02)
## 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.
# livekit 0.7.36 (2026-04-02)
## Features

- Initial support for data tracks

## 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.

Co-authored-by: knope-bot[bot] <152252888+knope-bot[bot]@users.noreply.github.com>

livekit/v0.7.36

Toggle livekit/v0.7.36's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release packages (#986)

> [!IMPORTANT]
> Merging this pull request will create these releases

# soxr-sys 0.1.3 (2026-04-02)
## 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.
# livekit-protocol 0.7.4 (2026-04-02)
## 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.
# livekit-datatrack 0.1.3 (2026-04-02)
## Features

- Rename type to `DataTrackStream`
# yuv-sys 0.3.14 (2026-04-02)
## 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.
# webrtc-sys-build 0.3.15 (2026-04-02)
## 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.
# imgproc 0.3.19 (2026-04-02)
## 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.
# webrtc-sys 0.3.27 (2026-04-02)
## 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.
# livekit-ffi 0.12.52 (2026-04-02)
## Features

- Initial support for data tracks

## 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.
# livekit-wakeword 0.1.3 (2026-04-02)
## 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.
# libwebrtc 0.3.29 (2026-04-02)
## 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.
# livekit-api 0.4.18 (2026-04-02)
## 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.
# livekit 0.7.36 (2026-04-02)
## Features

- Initial support for data tracks

## 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.

Co-authored-by: knope-bot[bot] <152252888+knope-bot[bot]@users.noreply.github.com>