WebRTC.rs (@webrtcrs) 's Twitter Profile
WebRTC.rs

@webrtcrs

A pure Rust implementation of WebRTC stack

ID: 1354268050443255808

linkhttps://webrtc.rs calendar_today27-01-2021 03:20:48

26 Tweet

300 Followers

8 Following

WebRTC.rs (@webrtcrs) 's Twitter Profile Photo

crates rtp/rtcp v0.2.1 are released with the usage of bytes crate for zero-copy feature: crates.io/crates/rtp v0.2.1 crates.io/crates/rtcp v0.2.1

WebRTC.rs (@webrtcrs) 's Twitter Profile Photo

Thanks Tom Bazarnik (github.com/tommywalkie) for donating turn crate name to webrtc-rs project. Let's use new crate name for webrtc-rs/turn: crates.io/crates/turn

WebRTC.rs (@webrtcrs) 's Twitter Profile Photo

Thanks Zac Stewart (github.com/zacstewart) for donating crate name stun to webrtc-rs project! Let's use the new crate name crates.io/crates/stun.

WebRTC.rs (@webrtcrs) 's Twitter Profile Photo

webrtc-rs/sctp v0.1.0 (crates.io/crates/webrtc-…) is just released! Now majority of WebRTC underlying protocols are feature completed. Let's implement WebRTC API level's crates: DataChannel, PeerConnection, and Media, etc.

webrtc-rs/sctp v0.1.0 (crates.io/crates/webrtc-…) is just released!

Now majority of WebRTC underlying protocols are feature completed. Let's implement WebRTC API level's crates: DataChannel, PeerConnection, and Media, etc.
WebRTC.rs (@webrtcrs) 's Twitter Profile Photo

FundOSS pilot round ends in 12 days! 5 donors raised for webrtc.rs $14 in donations + $169 in estimated matches FundOSS! fundoss.org/collective/web… #FundOss

WebRTC.rs (@webrtcrs) 's Twitter Profile Photo

webrtc-rs/data v0.1.0 (crates.io/crates/webrtc-…) is just released! Together with webrtc-rs/sctp (crates.io/crates/webrtc-…), you can build your applications on top of DataChannel (docs.rs/webrtc-data/0.…).

WebRTC.rs (@webrtcrs) 's Twitter Profile Photo

webrtc-rs v0.0.11 has achieved a great milestone towards v0.1.0: 1). webrtc-rs can receive video packets from WWW and send them back to WWW: bit.ly/3Cp02YJ 2). webrtc-rs can interop and exchange message with Pion on Data Channel: bit.ly/3EwAZ88 Stay Tuned!

WebRTC.rs (@webrtcrs) 's Twitter Profile Photo

webrtc v0.1.0-beta.0.0.14 is just tagged: github.com/webrtc-rs/webr…. All examples from #_pion webrtc are ported into webrtc-rs: github.com/webrtc-rs/webr…, with a few known issues (#91, #96, #97) identified. Stay tuned for v0.1.0 release.

WebRTC.rs (@webrtcrs) 's Twitter Profile Photo

WebRTC.rs just released v0.1.0 (github.com/webrtc-rs/webr…) with plenty of examples to show how to build media and data channel applications with webrtc-rs.

WebRTC.rs (@webrtcrs) 's Twitter Profile Photo

webrtc v0.2.0 (github.com/webrtc-rs/webr…) is just released with the following features/enhancements: * support RTCP NACK/SR/RR * support H.264/VP9 * use explicit error enum in Result<V, E> instead of anyhow::Result<V> (contributed by Alda Agustina)

WebRTC.rs (@webrtcrs) 's Twitter Profile Photo

webrtc.rs v0.3.0 (github.com/webrtc-rs/webr…) is just released: * fix reference cycle caused memory leak * [RTCP] add eXtended Report (XR) support * [Interceptor] add TWCC support * [RTP] add H.265 codec support * [ICE] add UDPMux support (by K0nserv)

WebRTC.rs (@webrtcrs) 's Twitter Profile Photo

SCTP has been actively refactored in git repo branch proto: *sctp-proto: Deterministic state machine of the protocol which performs no I/O, aka Sans-I/O, internally. v0.1.1 is just released (docs.rs/sctp-proto/lat…) *sctp-async: High-level async API based on tokio. (under dev)

WebRTC.rs (@webrtcrs) 's Twitter Profile Photo

webrtc-rs v0.5.0 (github.com/webrtc-rs/webr…) This release contains numerous improvements, bugs fixes, and changes to make webrtc-rs more compliant with the WebRTC specification. Changelog: github.com/webrtc-rs/webr… Thanks to all contributors who helped make this release happen 🎉