Skip to content

Releases: ionorg/ion-sfu

v1.9.2

02 Mar 21:31
b4b98cb
Compare
Choose a tag to compare
ci(docker): fix docker build (#452)

v1.9.1: fix(sfu): Fix issues regarding nack,buckets and racing (#449)

01 Mar 18:42
f6149bf
Compare
Choose a tag to compare

v1.9.0: fix(sfu): fix deadlock (#419)

09 Feb 21:20
116cc2c
Compare
Choose a tag to compare

Breaking Change
Peer interface updates #410

Fix
Session deadlock

Deadlock testing release

09 Feb 17:06
Compare
Choose a tag to compare
1.8.3.4-deadlock

fix(lock): Fix sequencer OOR error

v1.8.3

05 Feb 19:40
Compare
Choose a tag to compare

Fixes session deadlock

Temporal Layers + Audio Level

03 Feb 04:41
Compare
Choose a tag to compare
v1.8.2

Move transport wide to its own pkg

v1.8.1: fix-pubsub-allrpc (#381)

23 Jan 16:51
28b5d0f
Compare
Choose a tag to compare
* fix(pubsub.html)
feat(allrpc add metrics)
fix(grpc stream.Send in different goroutines)
fix(open too many files erro when enable ice.MulticastDNSModeDisabled)
feat(add mdns config)

* fix(add lock to grpc server)

* fix(html)

* track streams in object

* mdns on by default

Co-authored-by: tarrencev <[email protected]>

v1.8.0: feat(sfu): add data channel middlewares (#388)

22 Jan 20:39
ee0517f
Compare
Choose a tag to compare

Datachannel Middleware

We now support datachannel middleware. This allows the sfu to negotiate data channels and apply middleware/routing logic to them. It can be used for negotiation, authentication, message fan out, real-time game data, ect!

Checkout the docs here: https://github.com/pion/ion-sfu/tree/master/pkg/middlewares/datachannel

v1.7.9

21 Jan 15:53
f0d71e9
Compare
Choose a tag to compare
fix: unbind handlers on close (#387)

v1.7.8

08 Jan 04:23
eea2a83
Compare
Choose a tag to compare

SFU: Register the ssrc-audio-level RTP extension (#373)
All major browser negotiate this. Adding it to ion-sfu means it will
get passed on to ion-avp, which can then do active speaker detection.

I noticed TransportCCURI was video only, and this one is audio only, so
I split the registration into two loops.

Updates pion/sdp dependency to 3.0.4