Skip to content

Releases: bigbluebutton/bbb-webrtc-sfu

v2.6.0-beta.4

27 Sep 12:04
Compare
Choose a tag to compare
v2.6.0-beta.4 Pre-release
Pre-release
2.6.0-beta.4

v2.6.0-beta.3

24 Sep 01:34
Compare
Choose a tag to compare
v2.6.0-beta.3 Pre-release
Pre-release
2.6.0-beta.3

v2.6.0-beta.2

21 Sep 21:06
Compare
Choose a tag to compare
v2.6.0-beta.2 Pre-release
Pre-release
2.6.0-beta.2

v2.6.0-beta.1

14 Sep 20:09
Compare
Choose a tag to compare
v2.6.0-beta.1 Pre-release
Pre-release
2.6.0-beta.1

v2.6.0-beta.0

14 Sep 00:25
Compare
Choose a tag to compare
v2.6.0-beta.0 Pre-release
Pre-release
2.6.0-beta.0

v2.5.7

14 Sep 00:28
Compare
Choose a tag to compare

Patch release v2.5.7

This release is based on v2.6 backports.

CHANGELOG:

  • fix(core): rooms#medias/mediaSessions, Array -> Map 5bfbec5 5d48fe2
    • Fixes an issue with duplicate media and mediaSession references on re-negotiations, which would cause the mediaThreshold limiter to overestimate the number of media sessions in both room and user scopes
    • Can be read as a performance fix as well
  • fix(core): prevent global media limiter from applying to renegotiated medias de8df12
    • In the same vein as 5bfbec5, but focused on global thresholds

v2.5.6

10 Sep 19:45
Compare
Choose a tag to compare

Patch release v2.5.6

This release is based on v2.6 (next feature iteration) backports.

CHANGELOG:

  • fix(core): store profile options in media units b34f4b7
  • fix(core): take API-specified media profiles into account when defining mediaTypes 5a8f036
    • Fixes inconsistent accounting of recvonly medias

v2.5.5

10 Sep 19:45
Compare
Choose a tag to compare

Patch release v2.5.5

This release is based on v2.6 (next feature iteration) backports.

CHANGELOG:

  • fix(core): put user ejection (autoLeave) under a configurable timer (60s) 7855719
  • fix(core): disable media type offloading between KMSs with different media types c8cbb41 6e714ac
    • Which means: if a KMS instance of type <x> (eg cameras) crashes, don't offload new camera streams to a KMS instance responsible for screen sharing streams
    • This was experimental (or overly optimistic at best); the offloading worked, but unwanted transcoding could be triggered
    • New behavior is no offloading; webrtc-sfu instead resolves a request to a crashed KMS with error 2001/MEDIA_SERVER_OFFLINE
  • fix(video): annotate mediaProfile for subscribers as well 35b3040
  • fix(kurento): bad reference to generateOffer sanitization filters 4c2b8e1
  • fix(core): don't mark a media session as failed for no reason a236df4
  • fix(core): correctly add prefix to default prom metrics 8a5bbcd
  • fix(core): properly handle renegotiation failures 5af127b
  • fix(core): tackle audio+video bundling on renegotiation (edge case) cf824b9
  • fix(kurento): add default options to generateOffer cb6e9a0
  • refactor(core): propagate opts and mediaTypes to processAnswer aa99b7a
  • refactor(core): remove unused sdp-session imports 257b55a

v2.5.4

10 Sep 19:44
Compare
Choose a tag to compare

Patch release v2.5.4

This release is based on v2.6 (next feature iteration) backports.

CHANGELOG:

  • fix(metrics): wrong env var mappings for enabled/default mts cff3032
  • fix(video): specify media profile for subscribers deac7e5

v2.6.0-alpha.42c74cc

09 Aug 14:07
Compare
Choose a tag to compare
v2.6.0-alpha.42c74cc Pre-release
Pre-release

v2.6.0-alpha.42c74cc