v0.2.1

blakeblackshear/frigatev0.2.1Aug 25, 2019by blakeblackshear

AI Summary

Focuses on improving Home Assistant integration and stream stability through configuration and process management improvements.

Key Highlights

  • Push best person images via MQTT for realtime updates in Home Assistant
  • Graceful termination of FFmpeg process before killing
  • Improved input parameters to discard corrupt frames and ignore timestamps
  • Increased watchdog timeout to 10 seconds
  • Customizable FFmpeg arguments via configuration

New Features

  • MQTT push for best person images
  • Graceful FFmpeg termination
  • Configurable FFmpeg input/output args and log level

Full Release Notes

- Push best person images over MQTT for more realtime updates in homeassistant
- Attempt to gracefully terminate the ffmpeg process before killing
- Tweak the default input params to discard corrupt frames and ignore timestamps in the video feed
- Increase the watchdog timeout to 10 seconds
- Allow `ffmpeg_input_args`, `ffmpeg_output_args`, and `ffmpeg_log_level` to be passed in the config for customization