Socket
Socket
Sign inDemoInstall

mediasoup

Package Overview
Dependencies
Maintainers
2
Versions
348
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mediasoup - npm Package Versions

1
35

2.6.5

Diff

Changelog

Source

2.6.5

  • RtpPacket: Fix Two-Byte header extensions parsing.
ibc
published 2.6.4 •

Changelog

Source

2.6.4

  • Upgrade again to OpenSSL 1.1.0j (20 Nov 2018) after adding a workaround for issue #257.
ibc
published 2.6.3 •

Changelog

Source

2.6.3

  • Downgrade OpenSSL to version 1.1.0h (27 Mar 2018) until issue #257 is fixed.
ibc
published 2.6.2 •

Changelog

Source

2.6.2

  • C++: Remove all Destroy() class methods and no longer do delete this.
  • Update libuv to 1.24.1.
  • Update OpenSSL to 1.1.0g.
ibc
published 2.6.1 •

Changelog

Source

2.6.1

  • worker: Internal refactor and code cleanup.
  • Remove announced support for certain RTCP feedback types that mediasoup does nothing with (and avoid forwarding them to the remote RTP sender).
  • fuzzer: fix some wrong memory access in RtpPacket::Dump() and StunMessage::Dump() (just used during development).
ibc
published 2.6.0 •

Changelog

Source

2.6.0

  • Integrate libFuzzer into mediasoup (documentation in the doc folder). Extensive testing done. Several heap-buffer-overflow and memory leaks fixed.
ibc
published 2.5.6 •

Changelog

Source

2.5.6

  • Producer.cpp: Remove UpdateRtpParameters(). It was broken since Consumers were not notified about profile removed and so on, so they may crash.
  • Producer.cpp: Remove some maps and simplify streams handling by having a single mapSsrcRtpStreamInfo. Just keep mapActiveProfilesbecauseGetActiveProfiles()` method needs it.
  • Producer::MayNeedNewStream(): Ignore new media streams with new SSRC if its RID is already in use by other media stream (fixes #235).
  • Fix a bad memory access when using two byte RTP header extensions.
ibc
published 2.5.5 •

Changelog

Source

2.5.5

  • Server.js: If a worker crashes make sure _latestWorkerIdx becomes 0.
ibc
published 2.5.4 •

Changelog

Source

2.5.4

  • server.Room(): Assign workers incrementally or explicitly via new workerIdx argument.
  • Add server.numWorkers getter.
ibc
published 2.5.3 •

Changelog

Source

2.5.3

  • Don't announce muxId nor RTP MID extension support in Consumer RTP parameters.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc