Skip to content

DASH-IF Conformance Tools v2.3.0

Latest
Compare
Choose a tag to compare
@Phencys Phencys released this 16 Sep 14:59
8c6428b

Features

  • Added pluggable validator system
  • Analysis of CTAWave 5005A specification
  • Added basic processing statistics to UI
  • Added limiting of segment downloads
  • Added support for analysing updates to live manifests
  • Analysis of TS 103 285 v1.4.1 - Section 4.8.3 (DVB updates for live streams)

Improvements

  • Upgrade the project to PHP 8.x
  • Upgrade the project to use Ubuntu 24.04
  • Removed 'smart' segment downloading in favor of robustness

Bugfixes

  • Allow non-zero start time for 'static' manifests #594
  • Limit the amount of segments per representation to 5 as default #702
  • Fixed calculation of stream framerate
  • Whitelisted some false negative errors reported by the ISOSegmentValidator #705
  • Retrieve content type from manifest instead of stream analysis
  • Divergence between CLI and Rest API #707
  • Fixed a lot of suppressed PHP warnings and Fatal errors as uncovered by #707