4 releases

0.0.3 Mar 8, 2024
0.0.2 Mar 2, 2024
0.0.1 Mar 2, 2024
0.0.0 Jul 3, 2021

#390 in Multimedia

Download history 5/week @ 2024-07-22 19/week @ 2024-07-29 15/week @ 2024-08-05 10/week @ 2024-08-12 4/week @ 2024-08-19 7/week @ 2024-09-02 14/week @ 2024-09-09 7/week @ 2024-09-16 18/week @ 2024-09-23 45/week @ 2024-09-30 91/week @ 2024-10-07 12/week @ 2024-10-14 28/week @ 2024-10-21 25/week @ 2024-10-28 43/week @ 2024-11-04

109 downloads per month
Used in webrtc-streaming-actix

MIT/Apache

265KB
6K SLoC

SFU

License: MIT/Apache 2.0

WebRTC Selective Forwarding Unit (SFU) in Rust with Sans-IO

Table of Content

Building

Toolchain

SFU.rs currently requires Rust 1.75.0+ to build.

Build

To build sfu crate:

cargo build [or clippy or test or fmt]

To build sync version chat examples:

cargo run --package sfu --example sync_chat

To build async version chat examples:

cargo run --package sfu --example async_chat

Open Source License

Dual licensing under both MIT and Apache-2.0 is the currently accepted standard by the Rust language community and has been used for both the compiler and many public libraries since ( see https://doc.rust-lang.org/1.6.0/complement-project-faq.html#why-dual-mitasl2-license). In order to match the community standards, SFU.rs is using the dual MIT+Apache-2.0 license.

Contributing

Contributors or Pull Requests are Welcome!!!

Dependencies

~27–42MB
~775K SLoC