Dash-Industry-Forum / DASH-IF-Conformance

This repository provides the source code for MPEG-DASH/DASH-IF Conformance Software/Validator. It has been extended according to further standards, such as CMAF, DVB-DASH, HbbTV, and CTA WAVE.
https://conformance.dashif.org/
Other
67 stars 28 forks source link

Bugfix/health checks #616

Closed Phencys closed 1 year ago

Phencys commented 1 year ago

Added a 30 second timeout / 60 second kill timeout on the segment validator, to prevent it from running indefinitely.

Added a category of "health" checks to the logger module, to message various issues with the segment validator:

On health issues with the segment validator, segment validation is skipped for the remainder of the run.

This should address - at least a part of - issue #602

Also added some minor rewrites to address issues #612 and #614