update readme (#49)
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 148 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 49 KiB |
@@ -1,8 +1,14 @@
|
||||
<!--BEGIN_BANNER_IMAGE--><!--END_BANNER_IMAGE-->
|
||||
<!--BEGIN_BANNER_IMAGE-->
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="/.github/banner_dark.png">
|
||||
<source media="(prefers-color-scheme: light)" srcset="/.github/banner_light.png">
|
||||
<img style="width:100%;" alt="The LiveKit icon, the name of the repository and some sample code in the background." src="/.github/banner_light.png">
|
||||
</picture>
|
||||
<!--END_BANNER_IMAGE-->
|
||||
|
||||
# 📹🎙️🦀 Rust Client SDK for LiveKit
|
||||
|
||||
<!--BEGIN_DESCRIPTION--><!--END_DESCRIPTION-->
|
||||
<!--BEGIN_DESCRIPTION-->Use this SDK to add real-time video, audio and data features to your Rust app. By connecting to a self- or cloud-hosted <a href="https://livekit.io/">LiveKit</a> server, you can quickly build applications like interactive live streaming or video calls with just a few lines of code.<!--END_DESCRIPTION-->
|
||||
|
||||
[](https://crates.io/crates/livekit)
|
||||
[](https://github.com/livekit/client-sdk-native/actions/workflows/builds.yml)
|
||||
@@ -131,4 +137,13 @@ Yes! As webrtc.rs matures, we'll eventually migrate to a pure Rust stack. For no
|
||||
- webrtc.rs is ported from Pion (which [our SFU](https://github.com/livekit/livekit) is built on) and a better fit for server-side use.
|
||||
- libwebrtc currently supports more features like encoding/decoding and includes platform-specific code for dealing with media devices.
|
||||
|
||||
<!--BEGIN_REPO_NAV--><!--END_REPO_NAV-->
|
||||
<!--BEGIN_REPO_NAV-->
|
||||
<br/><table>
|
||||
<thead><tr><th colspan="2">LiveKit Ecosystem</th></tr></thead>
|
||||
<tbody>
|
||||
<tr><td>Core Infra</td><td><a href="https://github.com/livekit/livekit">livekit</a> · <a href="https://github.com/livekit/egress">egress</a> · <a href="https://github.com/livekit/ingress">ingress</a> · <a href="https://github.com/livekit/livekit-cli">livekit-cli</a></td></tr><tr></tr>
|
||||
<tr><td>Client SDKs</td><td><a href="https://github.com/livekit/components-js">Components</a> · <a href="https://github.com/livekit/client-sdk-js">JavaScript</a> · <b>Rust</b> · <a href="https://github.com/livekit/client-sdk-swift">iOS/macOS</a> · <a href="https://github.com/livekit/client-sdk-android">Android</a> · <a href="https://github.com/livekit/client-sdk-flutter">Flutter</a> · <a href="https://github.com/livekit/client-sdk-unity-web">Unity (web)</a> · <a href="https://github.com/livekit/client-sdk-react-native">React Native (beta)</a></td></tr><tr></tr>
|
||||
<tr><td>Server SDKs</td><td><a href="https://github.com/livekit/server-sdk-js">Node.js</a> · <a href="https://github.com/livekit/server-sdk-go">Golang</a> · <a href="https://github.com/livekit/server-sdk-ruby">Ruby</a> · <a href="https://github.com/livekit/server-sdk-kotlin">Java/Kotlin</a></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<!--END_REPO_NAV-->
|
||||
|
||||
Reference in New Issue
Block a user