Skip to content

Releases: webrtc-rs/webrtc

v0.3.2

06 Dec 06:55
Compare
Choose a tag to compare

v0.3.1

15 Nov 15:54
Compare
Choose a tag to compare
  • fix file descriptor (socket) leak #126 (thanks to @qbx2)

v0.3.0

08 Nov 07:40
Compare
Choose a tag to compare
  • fix reference cycle caused memory leak
  • [RTCP] add eXtended Report (XR) support #116
  • [Interceptor] add TWCC support #117
  • [RTP] add H.265 codec support #114
  • [ICE] add UDPMux feature #102 (by @k0nserv)

v0.2.1

20 Oct 06:38
Compare
Choose a tag to compare
  • fix Datachannel leak #120
  • add sctp_transport's accept_data_channels loop cancellation handling
  • add data_channel's read_loop cancellation handling

v0.2.0

09 Oct 20:37
Compare
Choose a tag to compare
  • More features in Interceptor
    • NACK
    • SR
    • RR
  • H.264/VP9 support
  • Use error enums instead of Anyhow #106 (by @algesten)

v0.1.3

07 Oct 05:50
Compare
Choose a tag to compare
  • add NACK/SR/RR support in interceptor registry
    -- now simulcast example works like a charm.

update sctp/data deps and upgrade self to v0.1.2 to fix sctp parsing …

06 Oct 07:22
Compare
Choose a tag to compare

v0.1.1

01 Oct 20:55
Compare
Choose a tag to compare
  • update dep sctp v0.3.7 to fix incorrect handling of SACK packets, fixed by jkauffmann-legion

v0.1.0

26 Sep 06:20
Compare
Choose a tag to compare

This release contains implementation of major WebRTC stack protocols:

  • SDP
  • mDNS
  • STUN
  • TURN
  • ICE
  • DTLS
  • RTP
  • RTCP
  • SRTP
  • SCTP
  • DataChannel API
  • Media API
  • PeerConnection API

Examples provide code samples to show how to use webrtc-rs to build media and data channel applications.

v0.1.0-beta.0.0.15

25 Sep 07:35
Compare
Choose a tag to compare
v0.1.0-beta.0.0.15 Pre-release
Pre-release
update deps and upgrade to v0.0.15