Skip to content

[v.3.0.31] 23.05.2025#

New Features:

  • A new /health_check endpoint has been added to check the status of all streams and return aggregated information, similar to the current /streams logic.

Changes:

  • Added sentTrackBestShotsCount parameter in the JSON for tracking the number of sent bestshots. The counter is updated with each bestshot and passed to trackEnd;
  • Increased the ffmpeg logging level to AV_LOG_ERROR for better diagnostics of issues. Now, ffmpeg logs are written to glog instead of the standard error stream, making it easier to track errors and potential problems;
  • Reduced the Docker image size for CARS Stream by removing the outdated «smoke and/or fire» strategy, significantly decreasing the overall image size.

Fixes:

  • Fixed the issue with high memory usage when the «smoke and/or fire» strategy is enabled.