Releases: homebridge-plugins/homebridge-camera-ffmpeg
Releases · homebridge-plugins/homebridge-camera-ffmpeg
Version 2.4.0
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
Bug Fixes
- FFmpeg processes are now killed when the iOS device goes inactive and when stopping Homebridge.
Version 2.3.1
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
Changes
- Added HTTP support for motion detection and doorbells.
- Separated MQTT doorbell and motion messages.
Version 2.2.2
Changes
- Restored ability to specify which network interface to use.
Bug Fixes
- Fixed handling of non-printing characters in config.
Version 2.2.1
Bug Fixes
- Fixed bug preventing Homebridge from starting.
Version 2.2.0
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
Changes
- Update Dependencies.
Version 2.1.0
Changes
- Add MQTT support for Motion Detect (#572), thanks to fennec622.
- See MQTT Motion Wiki for more details.
- 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
Changes
- Update Dependencies.