Skip to content

v2.0.0

Choose a tag to compare

@dgreif dgreif released this 02 Apr 22:19
· 41 commits to latest since this release

Bug Fixes

  • reserve udp ports using pick-port (3e6e1f4)
  • update dependencies (3a99b37)

BREAKING CHANGES

  • reservePorts previously only reserved ports using tcp. This was not a correct approach because ffmpeg uses udp to bind to the ports and tcp may be available on ports that are already bound for udp. reservePorts will now use udp by default, but supports tcp if you pass type: 'tcp' in the options object.