Homebridge Camera Utils
Utilities to simplify homebridge camera plugin development
Utilities to simplify homebridge camera plugin development
Utilities to simplify homebridge camera plugin development
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
v2.1.7
which has FFmpeg v7
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.onMessage
on RtpSplitter
(75c869c)onMessage
on RtpSplitter
(e1dc603)