Skip to content

Tags: pion/webrtc

Tags

v4.0.0

Toggle v4.0.0's commit message
Add v4 Release Notes to README

v4.0.0-beta.34

Toggle v4.0.0-beta.34's commit message
Add missing a=ssrc lines for RTX/FEC

Pion extracts them from ssrc-group line so this didn't failed
Pion<->Pion. Chrome/FireFox uses the dedicated a=ssrc lines and our
Offer/Answer would break negotation

Fixes #2922

v4.0.0-beta.33

Toggle v4.0.0-beta.33's commit message
Update module github.com/pion/interceptor to v0.1.37

Generated by renovateBot

v3.3.4

Toggle v3.3.4's commit message
Update ICE version

v4.0.0-beta.32

Toggle v4.0.0-beta.32's commit message
Update module github.com/pion/dtls/v3 to v3.0.3

Generated by renovateBot

v4.0.0-beta.31

Toggle v4.0.0-beta.31's commit message
Add E2E Test for RTX

Assert that generation of NACKs and sending of RTX operates as expected.

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.