[v.3.0.31] 23.05.2025#
New Features:
- Added the
/health_check
method, which checks the status of all streams and returns aggregated information about their status, similar to the current/streams
logic.
Changes:
- Added
sentTrackBestShotsCount
parameter 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_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/fire» strategy, significantly reducing the overall image size.
Fixes:
- Fixed an issue with high memory consumption when the «smoke/fire» strategy was enabled.