Dash-Industry-Forum / MPEG

Collects issues that need to be reported to MPEG
1 stars 0 forks source link

4th Edition schema does not complain about certain test vectors #11

Closed eceozturk closed 4 years ago

eceozturk commented 4 years ago

Some of the test vectors have schema errors which are correctly reported when tested against previous schema editions. However these errors are not reported when tested against the 4th edition schema.

NOTE: This issue is still being investigated.

Tested DASH schema location (4th edition, with profile string regex modified to include "/" and "#"): https://raw.githubusercontent.com/eceozturk/DASHSchema/dev/DASH-MPD.xsd

Testing URL: http://54.72.87.160/conformance/current/Conformance-Frontend/Conformancetest.php?schema=https://raw.githubusercontent.com/eceozturk/DASHSchema/dev/DASH-MPD.xsd

Problematic test vectors:

haudiobe commented 4 years ago

Put this forward to MPEG Schema Issues @mikedo

mikedo commented 4 years ago

General issue with DASH Schema identified in https://github.com/MPEGGroup/DASHSchema/issues/47

paulhiggs commented 4 years ago

My last three comments on MPEGGroup/DASHSchema#47 identify the problem. You can make a local schema change to have something valid to test against

eceozturk commented 4 years ago

I have done regression testing with the latest schema change, and confirm that this issue is resolved.