rust-sdks
rust-sdks copied to clipboard
LiveKit real-time SDK and server API for Rust
Talking with @ladvoc, it seemed like it would be a good exercise to port the `TokenSource` to rust as a first pass to see what new additional complexity is exposed...
Hello, I'm trying to synchronize multiple video tracks for my application. However, I found that setting the `timestamp_us` field from the publisher side doesn't really affect the value from the...
This PR adds an integration test to the _livekit-ffi_ crate to verify the built library can be properly loaded and contains the expected symbols (e.g., _livekit_ffi_request_, etc.).
Introduces a new parameter `--toolchain` whose value defaults to `sysroot`, but can be changed to `host` to build libwebrtc in the host environment. This could be later used in webrtc-sys'...
## Steps to Reproduce - Run any Livekit SDK that uses the latest FFI server (version 0.12.33) - Be on a CUDA compatible environment with cuda installed. - Use CUDA...
Symptoms -------- I have a Unity app targeting ARM32 Android devices, which experienced memory exhaustion and OOM termination during video playbook operations. Memory profiling revealed that FFI resources were not...
When after cargo add livekit 0.7.9 and cargo build, there will be proto errors: error[E0063]: missing fields `audio_mixing` and `webhooks` in initializer of `RoomCompositeEgressRequest` error[E0063]: missing field `webhooks` in initializer...