mediasoup

Cutting Edge WebRTC Video Conferencing

ISC License

Downloads
29.7K
Stars
5.9K
Committers
56

Bot releases are hidden (Show)

mediasoup - 3.13.7

Published by ibc 11 months ago

  • Update worker dependencies (PR #1201):
    • abseil-cpp 20230802.0-2
    • libuv 1.47.0-1
    • OpenSSL 3.0.8-2
    • usrsctp snapshot ebb18adac6501bad4501b1f6dccb67a1c85cc299
  • Enable liburing usage for Linux (kernel versions >= 6) (PR #1218).
mediasoup - 3.13.6

Published by ibc 11 months ago

  • Replace make + Makefile with Python Invoke library + tasks.py (also fix installation under path with whitespaces) (PR #1239).
mediasoup - 3.13.5

Published by ibc 11 months ago

  • Fix RTCP SDES packet size calculation (PR #1236 based on PR PR #1234 by @ybybwdwd).
  • RTCP Compound Packet: Use a single DLRR report to hold all ssrc info sub-blocks (PR #1237).
mediasoup - 3.13.4

Published by ibc 11 months ago

  • Fix RTCP DLRR (Delay Since Last Receiver Report) block parsing (PR #1234).
mediasoup - 3.13.3

Published by ibc 11 months ago

  • Node: Fix issue when 'pause'/'resume' events are not emitted (PR #1231 by @douglaseel).
mediasoup - 3.13.2

Published by ibc 12 months ago

  • FBS: LayersChangeNotification body must be optional (fixes a crash) (PR #1227).
mediasoup - 3.13.1

Published by ibc 12 months ago

  • Node: Extract version from package.json using require() (PR #1217 by @arcinston).
mediasoup - 3.13.0

Published by jmillan 12 months ago

  • Switch from JSON based messages to flatbuffers (PR #1064).
  • Add ListenInfo in all transports and send/recv buffer size options (PR #1084).
  • Add optional rtcpListenInfo in PlainTransportOptions (PR #1099).
  • Add pause/resume API in DataProducer and DataConsumer (PR #1104).
  • DataChannel subchannels feature (PR #1152).
  • Worker: Make DTLS fragment stay within MTU size range (PR #1156, based on PR #1143 by @vpnts-se).
mediasoup - 3.12.16

Published by ibc about 1 year ago

  • Fix IceServer crash when client uses ICE renomination (PR #1182).
mediasoup - 3.12.15

Published by ibc about 1 year ago

  • Fix NPM "postinstall" task in Windows (PR #1187).
mediasoup - 3.12.14

Published by ibc about 1 year ago

  • CI: Use Node.js version 20 (PR #1177).
  • Use given PYTHON environment variable (if given) when running worker/scripts/getmake.py (PR #1186).
mediasoup - 3.12.13

Published by ibc about 1 year ago

  • Bump up Meson from 1.1.0 to 1.2.1 (fixes Xcode 15 build issues) (PR #1163 by @arcinston).
mediasoup - 3.12.12

Published by ibc about 1 year ago

mediasoup - 3.12.11

Published by ibc about 1 year ago

  • Google Transport Feedback: Read Reference Time field as 24bits signed as per spec (PR #1145).
mediasoup - 3.12.10

Published by ibc about 1 year ago

  • Node: Rename WebRtcTransport.webRtcServerClosed() to listenServerClosed() (PR #1141 by @piranna).
mediasoup - 3.12.9

Published by ibc about 1 year ago

mediasoup - 3.12.8

Published by ibc over 1 year ago

  • Export workerBin absolute path (PR #1123).
mediasoup - 3.12.7

Published by ibc over 1 year ago

  • SimulcastConsumer: Fix lack of "consumerlayerschange" event when all streams in the producer die (PR #1122).
mediasoup - 3.12.6

Published by ibc over 1 year ago

  • Worker: Add Transport::Destroying() protected method (PR #1114).
  • RtpStreamRecv: Fix jitter calculation (PR #1117, thanks to @penguinol).
  • Revert "Node: make types.ts only export types rather than the entire class/code" (PR #1109) because it requires typescript >= 5 in the apps that import mediasoup and we don't want to be that strict yet.
mediasoup - 3.12.5

Published by ibc over 1 year ago

  • DataConsumer: Fix removed 'bufferedamountlow' notification (PR #1113).