Skip to content

Tags: psh11/pion-webrtc

Tags

v4.0.0-beta.30

Toggle v4.0.0-beta.30's commit message
Send Abort In SCTP Close

Sending Abort message to follow WebRTC standard

v3.3.3

Toggle v3.3.3's commit message
Update ICE

v3.3.2

Toggle v3.3.2's commit message
Return object icluding stat id for selected pair

Returning the object with stat id is useful when cross-referencing
stats.

v3.3.1

Toggle v3.3.1's commit message
Don't reuse transceiver in one round negotiation

Should not reuse transceiver (remove & add track)
in one round negotiation, it cause the transceiver
changes ssrc/id without transit to inactive and the
remote peer connection can't fire track close and
OnTrack event.

v4.0.0-beta.29

Toggle v4.0.0-beta.29's commit message
Update golang Docker tag to v1.23

Generated by renovateBot

v3.3.0

Toggle v3.3.0's commit message

Verified

This commit was signed with the committer’s verified signature.
edaniels Eric Daniels
Revert "Run ops.GracefulClose earlier in pc.Close"

This reverts commit 887b10f.

v4.0.0-beta.28

Toggle v4.0.0-beta.28's commit message
Update module github.com/pion/sctp to v1.8.21

Generated by renovateBot

v4.0.0-beta.27

Toggle v4.0.0-beta.27's commit message
Add PeerConnection.GracefulClose

v3.2.51

Toggle v3.2.51's commit message
Add PeerConnection.GracefulClose

v4.0.0-beta.26

Toggle v4.0.0-beta.26's commit message
Fix our-of-order twcc fb cause by rtx blocked

Fix pion#2830. The TrackRemote.Read could block in
readRTP if the buffer is empty then rtx packets
arrival before next media rtp packet will be
readed after the next media rtp packet and cause
out-of-order fb and mess up remote peer's
bandwidth estimation.