mediasoup

Cutting Edge WebRTC Video Conferencing

ISC License

Downloads
29.7K
Stars
5.9K
Committers
56

Bot releases are visible (Hide)

mediasoup - 3.14.3 Latest Release

Published by ibc 6 months ago

  • Worker: Fix possible value overflow in FeedbackRtpTransport.cpp (PR #1386, credits to @Lynnworld).
mediasoup - 3.14.2

Published by ibc 6 months ago

  • Update worker subprojects (PR #1376).
  • OPUS: Fix DTX detection (PR #1357).
  • Worker: Fix sending callback leaks (PR #1383, credits to @Lynnworld).
mediasoup - 3.14.1

Published by ibc 7 months ago

  • Node: Bring transport rtpPacketLossReceived and rtpPacketLossSent stats back (PR #1371).
mediasoup - 3.14.0

Published by ibc 7 months ago

  • TransportListenInfo: Add portRange (deprecate worker port range) (PR #1365).
  • Require Node.js >= 18 (PR #1365).
mediasoup - 3.13.24

Published by ibc 8 months ago

  • Node: Fix missing bitrateByLayer field in stats of RtpRecvStream in Node (PR #1349).
  • Update worker dependency libuv to 1.48.0.
  • Update worker FlatBuffers to 24.3.6-1 (fix cannot set temporal layer 0) (PR #1348).
mediasoup - 3.13.23

Published by ibc 8 months ago

  • Fix DTLS packets do not honor configured DTLS MTU (attempt 3) (PR #1345).
mediasoup - 3.13.22

Published by ibc 8 months ago

  • Fix wrong publication of mediasoup NPM 3.13.21.
mediasoup - 3.13.20

Published by ibc 8 months ago

  • Add server side ICE consent checks to detect silent WebRTC disconnections (PR #1332).
  • Fix regression (crash) in transport-cc feedback generation (PR #1339).
mediasoup - 3.13.19

Published by ibc 9 months ago

  • Node: Fix router.createWebRtcTransport() with listenIps (PR #1330).
mediasoup - 3.13.18

Published by ibc 9 months ago

  • Make transport-cc feedback work similarly to libwebrtc (PR #1088 by @penguinol).
  • TransportListenInfo: "announced ip" can also be a hostname (PR #1322).
  • TransportListenInfo: Rename "announced ip" to "announced address" (PR #1324).
  • CI: Add macos-14.
mediasoup - 3.13.17

Published by ibc 9 months ago

  • Fix prebuilt worker download (PR #1319 by @brynrichards).
  • libsrtp: Update to v3.0-alpha version in our fork.
mediasoup - 3.13.16

Published by ibc 10 months ago

  • Node: Add new worker.on('subprocessclose') event (PR #1307).
mediasoup - 3.13.15

Published by ibc 10 months ago

  • Add worker prebuild binary for Linux kernel 6 (PR #1300).
mediasoup - 3.13.14

Published by ibc 10 months ago

  • Avoid modification of user input data (PR #1285).
  • ListenInfo: Add transport socket flags (PR #1291).
  • ListenInfo: Ignore given socket flags if not suitable for given IP family or transport (PR #1294).
  • Meson: Remove -Db_pie=true -Db_staticpic=true args (PR #1293).
  • Add RTCP Sender Report trace event (PR #1267 by @GithubUser8080).
mediasoup - 3.13.13

Published by ibc 10 months ago

  • worker: Do not use references for async callbacks (PR #1274).
  • liburing: Enable zero copy (PR #1273).
  • Fix build on musl based systems (such as Alpine Linux) (PR #1279).
mediasoup - rust-0.14.0

Published by github-actions[bot] 10 months ago

mediasoup - 3.13.12

Published by ibc 10 months ago

  • worker: Disable RtcLogger usage if not enabled (PR #1264).
  • npm installation: Don't require Python if valid worker prebuilt binary is fetched (PR #1265).
  • Update h264-profile-level-id NPM dependency to 1.1.0.
mediasoup - 3.13.11

Published by ibc 11 months ago

  • liburing: Avoid extra memcpy on RTP (PR #1258).
  • libsrtp: Use our own fork with performance gain (PR #1260).
  • DataConsumer: Add addSubchannel() and removeSubchannel() methods (PR #1263).
  • Fix Rust DataConsumer (PR #1262).
mediasoup - 3.13.10

Published by ibc 11 months ago

  • tasks.py: Always include --no-user in pip install commands to avoid the "can not combine --user and --target" error in Windows (PR #1257).
mediasoup - 3.13.9

Published by ibc 11 months ago

  • Update worker liburing dependency to 2.4-2 (PR #1254).
  • liburing: Enable by default (PR 1255).