rust-sdks icon indicating copy to clipboard operation
rust-sdks copied to clipboard

LiveKit real-time SDK and server API for Rust

Results 97 rust-sdks issues
Sort by recently updated
recently updated
newest added

I am trying to utilize my Intel GPU for encoding. Since the rust-sdk makes use of the libwebrtc I am trying to figure out if it exposes a configuration to...

Expose `webrtc::AecDump` functionality to more easily evaluate AEC performance in client implementations.

queue_size_ms=0 is supposed to disable the buffer: https://github.com/livekit/rust-sdks/blob/0773bcec4e24812b382e71166b2ab359bf1a9384/webrtc-sys/src/audio_track.cpp#L203-L226 But it is incorrectly handled in audio_source.rs: https://github.com/livekit/rust-sdks/blob/0773bcec4e24812b382e71166b2ab359bf1a9384/libwebrtc/src/native/audio_source.rs#L87 Calling `chunks` with 0 causes panic.

I found a lot of`RtcError` errors in worker logs. ``` Nov 28 01:57:50 python[117393]: await self._audio_source.capture_frame(frame) Nov 28 01:57:50 python[117393]: File "/home/ubuntu/miniconda3/envs/chat/lib/python3.12/site-packages/livekit/rtc/audio_source.py", line 152, in capture_frame Nov 28 01:57:50 python[117393]:...

Tests are failing due an unrelated SIP proto update. Keeping this PR as a draft, will fix in a bit.

ilo has detected nanpa changesets files and/or prereleased packages in this repository. choose which packages you wish to update from the checkboxes below, and close this issue to start a...

There are a lot of changesets remain unhandled. That is because those changeset doesn't have package names

This allows one to use the apm to cancel echo in multiway calls. Co-Authored-By: Mikayla Co-Authored-By: Zed AI

This change makes it possible for users of the library to pass their own TLS It also bumps to the latest tokio-tungstenite so that the version of rustls in use...