Skip to content

Releases: versatica/mediasoup

3.14.14

07 Sep 08:20
@ibc ibc
Compare
Choose a tag to compare
  • Sign self generated DTLS certificate with SHA256 (PR #1450).
  • Node: Fix mediasoup.types exported types are empty (PR #1453).

3.14.13

03 Sep 10:27
@ibc ibc
Compare
Choose a tag to compare
  • Node: Fix regression in exported mediasoup.types (classes are now exported as classes instead of types).

3.14.12

30 Aug 08:57
@ibc ibc
Compare
Choose a tag to compare
  • Worker: Fix io_uring support detection (PR #1445).
  • Mitigate libsrtp wraparound with loss decryption failure (PR #1438).
  • Node: New setLogEventListeners() utility to get log events (PR #1448).

3.14.11

12 Aug 15:53
@ibc ibc
Compare
Choose a tag to compare
  • Worker: Fix disableLiburing option in WorkerSettings (PR #1444).

3.14.10

12 Aug 11:10
@ibc ibc
Compare
Choose a tag to compare
  • CI: Support Node 22 (PR #1434).
  • Update ESLint to version 9 (PR #1435).
  • Worker: Add disableLiburing boolean option (false by default) to disable io_uring even if it's supported by the prebuilt mediasoup-worker and by current host (PR #1442).

3.14.9

26 Jul 08:52
@ibc ibc
Compare
Choose a tag to compare
  • Worker: Test, fix buffer overflow (PR #1419).
  • Bump up Meson from 1.3.0 to 1.5.0 (PR #1424).
  • Node: Export new WorkerObserver, ProducerObserver, etc. TypeScript types (PR #1430).
  • Fix frozen video in simulcast due to wrong dropping of padding only packets (PR #1431, thanks to @quanli168).

3.14.8

25 Jun 12:20
@ibc ibc
Compare
Choose a tag to compare

3.14.7

21 May 11:57
@ibc ibc
Compare
Choose a tag to compare
  • SimulcastConsumer: Fix increase layer when current layer has not receive SR (PR #1098 by @penguinol).
  • Ignore RTP packets with empty payload (PR #1403, credits to @ggarber).

3.14.6

09 May 15:24
@ibc ibc
Compare
Choose a tag to compare
  • Worker: Fix potential double free when ICE consent check fails (PR #1393).

3.14.5

03 May 11:26
Compare
Choose a tag to compare
  • Worker: Fix memory leak when using WebRtcServer with TCP enabled (PR #1389).
  • Worker: Fix crash when closing WebRtcServer with active WebRtcTransports (PR #1390).