Open
Description
Here is the roadmap of WebRTC.rs project.
v0.1.0 (09/25/2021)
- SDP
- mDNS
- STUN
- TURN
- ICE
- DTLS
- RTP
- RTCP
- SRTP
- SCTP
- DataChannel API
- Media API
- PeerConnection API
v0.2.0 (10/09/2021)
- More features in Interceptor
-
- NACK
-
- RTCP SR/RR
- H.264/VP9 support
- Use error enums instead of Anyhow #106
v0.3.0 (11/07/2021)
- [RTCP] add eXtended Report (XR) support #116
- [Interceptor] add TWCC support #117
- [RTP] add H.265 codec support #114
- [ICE] add UDPMux feature #102
v0.3.1 (11/15/2021)
v0.4.0 (01/17/2022)
v0.5.0 (09/07/2022)
See changelog for updates https://github.com/webrtc-rs/webrtc/blob/master/webrtc/CHANGELOG.md#050
v0.5.1(09/19/2022)
See changelog for updates https://github.com/webrtc-rs/webrtc/blob/master/webrtc/CHANGELOG.md#051
v0.6.0 (11/15/2022)
See changelog for updates https://github.com/webrtc-rs/webrtc/blob/master/webrtc/CHANGELOG.md#v060
TBD
- [WebRTC/Media] full webrtc client stack. #94
- [All] improve Documentations for all crates #55
- [All] Benchmark and Performance Improvements #118
- [WebRTC] investigate data-channels-flow-control example throughput performance issue #101
- [All] Mutex performance improvement: asynchronous mutex vs synchronous mutex #119
- [ICE/DTLS/SCTP] refactoring internal protocol implementation with deterministic state machine and less Mutex #84
long-term features
Metadata
Metadata
Assignees
Labels
No labels