Dash-Industry-Forum / Test-Vectors

DASH-IF Test Vectors
4 stars 1 forks source link

Update/fixing of test vectors #129

Open eceozturk opened 4 years ago

eceozturk commented 4 years ago

Some DASH-IF test vectors are found to include schema errors:

  1. Profile string containing white space https://dash.akamaized.net/dash264/TestCases/1a/qualcomm/1/MultiRate.mpd https://dash.akamaized.net/dash264/TestCasesNegative/2/1.mpd https://dash.akamaized.net/dash264/TestCasesNegative/2/2.mpd https://dash.akamaized.net/dash264/TestCasesNegative/1/1.mpd https://dash.akamaized.net/dash264/TestCasesNegative/1/2.mpd https://dash.akamaized.net/dash264/TestCases/4c/1/dash.mpd
  2. messageData attribute on wrong level in the MPD https://livesim.dashif.org/livesim/periods_60/mpdcallback_30/testpic_2s/Manifest.mpd
  3. schemeIdUri missing in AssetIdentifier https://dash.akamaized.net/dash264/TestCasesIOP33/resolveToZero/1/manifest.mpd
paulhiggs commented 3 years ago

Some DASH-IF test vectors are found to include schema errors:

  1. Profile string containing white space https://dash.akamaized.net/dash264/TestCases/1a/qualcomm/1/MultiRate.mpd https://dash.akamaized.net/dash264/TestCasesNegative/2/1.mpd https://dash.akamaized.net/dash264/TestCasesNegative/2/2.mpd https://dash.akamaized.net/dash264/TestCasesNegative/1/1.mpd https://dash.akamaized.net/dash264/TestCasesNegative/1/2.mpd https://dash.akamaized.net/dash264/TestCases/4c/1/dash.mpd

MPEG DASH 5th edition allows space or tab after the comma in @profiles

  1. messageData attribute on wrong level in the MPD https://livesim.dashif.org/livesim/periods_60/mpdcallback_30/testpic_2s/Manifest.mpd

See #105 reported when regression checking against MPEG DASH 5th edition schema

  1. schemeIdUri missing in AssetIdentifier https://dash.akamaized.net/dash264/TestCasesIOP33/resolveToZero/1/manifest.mpd

Still a problem, see #133 reported when regression checking against MPEG DASH 5th edition schema