Skip to content

Tags: qAison/webrtc

Tags

v3.1.0-beta.2

Toggle v3.1.0-beta.2's commit message
Rollback pion/rtp to v0

Resolves pion#1908

v3.1.0-beta.1

Toggle v3.1.0-beta.1's commit message
Upgrade pion/rtp to v2

Also updates interceptor and srtp

v3.0.32

Toggle v3.0.32's commit message
Update module github.com/pion/ice/v2 to v2.1.10

Generated by renovateBot

v3.0.31

Toggle v3.0.31's commit message
Avoid crash after a PC callback has been reset

We used to crash if a PC callback was reset, due to confusion
between a nil interface and an interface whose value is nil.

Fixes pion#1871

v3.0.30

Toggle v3.0.30's commit message
Update golang.org/x/net commit hash to 04defd4

Generated by renovateBot

v3.0.29

Toggle v3.0.29's commit message
Refactored samplebuilder logic

Many corner cases would cause samplebuilder to fail and return invalid
results. This refactoring is more reliable in all cases.

Fixed bug in H264 writer by reusing the packet object in  H264 writer.

v3.0.28

Toggle v3.0.28's commit message
Expose SRTP protection profiles in setting engine

Allows to override default SRTP protection profiles in settingengine.go

v3.0.27

Toggle v3.0.27's commit message
Update module github.com/pion/ice/v2 to v2.1.7

Generated by renovateBot

v3.0.26

Toggle v3.0.26's commit message
Update module github.com/pion/ice/v2 to v2.1.6

Generated by renovateBot

v3.0.25

Toggle v3.0.25's commit message
Revert "Fixes MediaEngine: codec apt negotiation"

This reverts commit eeb67e1.