Skip to content

Releases: versatica/mediasoup

3.14.12

Choose a tag to compare

@ibc ibc released this 30 Aug 08:57
  • 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

Choose a tag to compare

@ibc ibc released this 12 Aug 15:53
  • Worker: Fix disableLiburing option in WorkerSettings (PR #1444).

3.14.10

Choose a tag to compare

@ibc ibc released this 12 Aug 11:10
  • 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

Choose a tag to compare

@ibc ibc released this 26 Jul 08:52
  • 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

Choose a tag to compare

@ibc ibc released this 25 Jun 12:20

3.14.7

Choose a tag to compare

@ibc ibc released this 21 May 11:57
  • 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

Choose a tag to compare

@ibc ibc released this 09 May 15:24
  • Worker: Fix potential double free when ICE consent check fails (PR #1393).

3.14.5

Choose a tag to compare

@jmillan jmillan released this 03 May 11:26
  • Worker: Fix memory leak when using WebRtcServer with TCP enabled (PR #1389).
  • Worker: Fix crash when closing WebRtcServer with active WebRtcTransports (PR #1390).

3.14.4

Choose a tag to compare

@jmillan jmillan released this 02 May 13:36
  • Worker: Fix crash. RtcpFeedback parameter is optional (PR #1387, credits to @Lynnworld).

3.14.3

Choose a tag to compare

@ibc ibc released this 30 Apr 12:52
  • Worker: Fix possible value overflow in FeedbackRtpTransport.cpp (PR #1386, credits to @Lynnworld).