[v.3.0.31] 23.05.2025#
New Features:
- Added the
/health_checkmethod, which checks the status of all streams and returns aggregated information about their status, similar to the current/streamslogic.
Changes:
- Added
sentTrackBestShotsCountparameter in the JSON for tracking the number of sent best shots. The counter is updated with each best shot and passed to trackEnd; - Increased the ffmpeg logging level to
AV_LOG_ERRORfor 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/fire» strategy, significantly reducing the overall image size.
Fixes:
- Fixed an issue with high memory consumption when the «smoke/fire» strategy was enabled.