Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DASH OnDemand verifier tool #4

Merged
merged 2 commits into from
Oct 31, 2017
Merged

DASH OnDemand verifier tool #4

merged 2 commits into from
Oct 31, 2017

Conversation

TobbeEdgeware
Copy link

New tool to check if the asset defined by an MPD is a good DASH OnDemand asset.

Checks that

  • the manifest uses indexRange and baseURL to specify content.
  • sidx durations agree with the actual subsegments
  • different representations in the same adaptation set are aligned.

Return an exit value that is a bitmask combination of

BAD_SIDX = 0x01
BAD_ALIGNMENT = 0x02
BAD_MANIFEST = 0x04
BAD_OTHER = 0x08

A result of 0, means nothing bad found.

…ncy of sidx data and segment, as well as between representations in same adaptation set.
@TobbeEdgeware TobbeEdgeware merged commit 375d84a into Dash-Industry-Forum:master Oct 31, 2017
@TobbeEdgeware TobbeEdgeware deleted the dashondemand-verifier-tool branch October 31, 2017 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants