Skip to content

Releases: ionorg/ion-sfu

v1.9.2

Choose a tag to compare

@tarrencev tarrencev released this 02 Mar 21:31
b4b98cb
ci(docker): fix docker build (#452)

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

Choose a tag to compare

@tarrencev tarrencev released this 01 Mar 18:42
f6149bf

NACK bug fix + performance improvements

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

Choose a tag to compare

@tarrencev tarrencev released this 09 Feb 21:20
116cc2c

Breaking Change
Peer interface updates #410

Fix
Session deadlock

Deadlock testing release

Choose a tag to compare

@OrlandoCo OrlandoCo released this 09 Feb 17:06
1.8.3.4-deadlock

fix(lock): Fix sequencer OOR error

v1.8.3

Choose a tag to compare

@tarrencev tarrencev released this 05 Feb 19:40

Fixes session deadlock

Temporal Layers + Audio Level

Choose a tag to compare

@tarrencev tarrencev released this 03 Feb 04:41
v1.8.2

Move transport wide to its own pkg

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

Choose a tag to compare

@tarrencev tarrencev released this 23 Jan 16:51
28b5d0f
* 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 <tarrence13@gmail.com>

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

Choose a tag to compare

@tarrencev tarrencev released this 22 Jan 20:39
ee0517f

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

Choose a tag to compare

@tarrencev tarrencev released this 21 Jan 15:53
f0d71e9
fix: unbind handlers on close (#387)

v1.7.8

Choose a tag to compare

@tarrencev tarrencev released this 08 Jan 04:23
eea2a83

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