Skip to content

Releases: homebridge-plugins/homebridge-camera-ffmpeg

Version 2.4.0

24 Jul 16:17
4fa5282
Compare
Choose a tag to compare

Changes

  • Major rework of code to make future maintenance easier.
  • Added setting to limit HTTP server to listening on localhost only.

Version 2.3.2

19 Jul 23:19
Compare
Choose a tag to compare

Bug Fixes

  • FFmpeg processes are now killed when the iOS device goes inactive and when stopping Homebridge.

Version 2.3.1

16 Jul 13:51
Compare
Choose a tag to compare

Changes

  • Tweaks to logging to reduce confusion and provide more information.
  • Added authentication support to MQTT.
  • Reduced the FFmpeg log level in debug mode.

Bug Fixes

  • The minimum bitrate option is now working again.
  • Maximum bitrate and frame rate are no longer capped below what devices request when not set in the config.

Version 2.3.0

14 Jul 23:53
Compare
Choose a tag to compare

Changes

  • Added HTTP support for motion detection and doorbells.
  • Separated MQTT doorbell and motion messages.

Version 2.2.2

13 Jul 18:53
e74f181
Compare
Choose a tag to compare

Changes

  • Restored ability to specify which network interface to use.

Bug Fixes

  • Fixed handling of non-printing characters in config.

Version 2.2.1

11 Jul 16:40
d6cf410
Compare
Choose a tag to compare

Bug Fixes

  • Fixed bug preventing Homebridge from starting.

Version 2.2.0

11 Jul 13:42
6d34dca
Compare
Choose a tag to compare

Changes

  • Now properly allows for changing camera manufacturer, model, etc.
  • Minor tweaks to configuration UI screen.
  • Update dependencies.

Bug Fixes

  • Fixed a bug when the doorbellSwitch config option was enabled.

Version 2.1.1

08 Jul 12:53
4b7ea61
Compare
Choose a tag to compare

Changes

  • Update Dependencies.

Version 2.1.0

06 Jul 15:18
edfcd00
Compare
Choose a tag to compare

Changes

  • Add MQTT support for Motion Detect (#572), thanks to fennec622.
  • Add stateless button for doorbell cameras.
  • Add option to disable manual automation switches.
  • Re-Added videoFilter.

Bug Fixes

  • Fixed most FFmpeg issues where users were receiving issues with ffmpeg exit 1 error.
  • Fixed Logging.
  • Fixed most videoFilter configs not working.

Version 2.0.1

29 Jun 02:35
ee2429e
Compare
Choose a tag to compare

Changes

  • Update Dependencies.