All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.0.0 (2024-11-03)
- change to a esm module
- update dependencies
2.2.7 (2024-11-03)
- update dependencies
- ffmpeg-for-homebridge
v2.1.7
which has FFmpegv7
- ffmpeg-for-homebridge
2.2.6 (2024-02-12)
- update dependencies (4238c9d)
2.2.5 (2024-01-08)
- ffmpeg: Add optional stdout callback (#584)
- Add discord webhook to notify developers of new updates
- update dependencies (f4348f1)
2.2.4 (2023-11-05)
- fix for lib folder missing (#557)
2.2.3 (2023-11-05)
- potential fix for lib folder missing (#556)
2.2.2 (2023-11-05)
- potential fix for lib folder missing (#556)
2.2.1 (2023-11-04)
- update dependencies (bac8ae4)
2.2.0 (2022-08-01)
- support opus codec for return audio transcoder (d33ee25)
- update dependencies (f212b6c)
2.1.2 (2022-06-12)
- update dependencies (3fb3ba8)
2.1.1 (2022-05-28)
- update ffmpeg and other dependencies (93788c3)
2.1.0 (2022-02-14)
- ReturnAudioTranscoder: allow return rtp splitter to be passed in (4f4cbc2)
2.0.4 (2021-08-06)
2.0.3 (2021-07-17)
- update deps and remove homebridge dependency (72d2dd4)
2.0.2 (2021-05-17)
- update dependencies (7003196)
2.0.1 (2021-05-02)
- update dependencies (4c359a7)
2.0.0 (2021-04-02)
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 passtype: 'tcp'
in the options object.
1.4.0 (2021-02-20)
- public
onMessage
onRtpSplitter
(75c869c)
1.3.0 (2020-09-19)
- public
onMessage
onRtpSplitter
(e1dc603)
- ports, rtp, srtp, ffmpeg and return audio utils (018e772)