You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.