Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mycrl/librtc-rs
Facilitating high-level interactions between Rust and WebRTC.
https://github.com/mycrl/librtc-rs
bingen ffi p2p rtc rust-lang webrtc wrapper-library
Last synced: about 2 months ago
JSON representation
Facilitating high-level interactions between Rust and WebRTC.
- Host: GitHub
- URL: https://github.com/mycrl/librtc-rs
- Owner: mycrl
- License: mit
- Created: 2022-07-12T09:16:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-05T10:07:30.000Z (6 months ago)
- Last Synced: 2024-10-31T11:45:50.412Z (about 2 months ago)
- Topics: bingen, ffi, p2p, rtc, rust-lang, webrtc, wrapper-library
- Language: Rust
- Homepage:
- Size: 483 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
libRTC-rs
Rust ❤️ WebRTC
Facilitating high-level interactions between Rust and WebRTC
The rust high-level abstraction binding of Google WebRTC M110. With WebRTC, you can add real-time communication capabilities to your application that works on top of an open standard. It supports video, voice, and generic data to be sent between peers, allowing developers to build powerful voice- and video-communication solutions.
---
### License
[MIT](./LICENSE) Copyright (c) 2022 Mr.Panda.