Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@ match event {
- [play_from_disk](https://github.com/livekit/rust-sdks/tree/main/examples/play_from_disk): publish audio from a wav file
- [save_to_disk](https://github.com/livekit/rust-sdks/tree/main/examples/save_to_disk): save received audio to a wav file

## 3D & Game Engine Integrations

- [bevy_streaming](https://github.com/rlamarche/bevy_streaming): Stream Bevy game engine output to LiveKit for cloud gaming. Captures camera frames and encodes them via GStreamer's `livekitwebrtcsink`, enabling low-latency game streaming with bidirectional input support.

## Building

### MacOS
Expand Down