Skip to content

Latest commit

 

History

History
167 lines (77 loc) · 5.93 KB

CHANGELOG.md

File metadata and controls

167 lines (77 loc) · 5.93 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.0.0 (2024-11-03)

Major Changes

  • change to a esm module

Other Changes

  • update dependencies

2.2.7 (2024-11-03)

Other Changes

  • update dependencies
    • ffmpeg-for-homebridge v2.1.7 which has FFmpeg v7

2.2.6 (2024-02-12)

Other Changes

2.2.5 (2024-01-08)

Features

  • ffmpeg: Add optional stdout callback (#584)

Other Changes

  • Add discord webhook to notify developers of new updates
  • update dependencies (f4348f1)

2.2.4 (2023-11-05)

Bug Fixes

  • fix for lib folder missing (#557)

2.2.3 (2023-11-05)

Bug Fixes

  • potential fix for lib folder missing (#556)

2.2.2 (2023-11-05)

Bug Fixes

  • potential fix for lib folder missing (#556)

2.2.1 (2023-11-04)

Bug Fixes

2.2.0 (2022-08-01)

Features

  • support opus codec for return audio transcoder (d33ee25)

Bug Fixes

2.1.2 (2022-06-12)

Bug Fixes

2.1.1 (2022-05-28)

Bug Fixes

  • update ffmpeg and other dependencies (93788c3)

2.1.0 (2022-02-14)

Features

  • ReturnAudioTranscoder: allow return rtp splitter to be passed in (4f4cbc2)

2.0.4 (2021-08-06)

Bug Fixes

  • RtpSplitter: do not send on closed socket (1bcc667)
  • update dependencies (ea54582)

2.0.3 (2021-07-17)

Bug Fixes

  • update deps and remove homebridge dependency (72d2dd4)

2.0.2 (2021-05-17)

Bug Fixes

2.0.1 (2021-05-02)

Bug Fixes

2.0.0 (2021-04-02)

⚠ 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.

Bug Fixes

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

1.4.0 (2021-02-20)

Features

  • public onMessage on RtpSplitter (75c869c)

Bug Fixes

1.3.0 (2020-09-19)

Features

  • public onMessage on RtpSplitter (e1dc603)

1.2.0 (2020-09-07)

Features

  • ports, rtp, srtp, ffmpeg and return audio utils (018e772)