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
66 stars 27 forks source link

Invalid MPD test vector: Timecode Axinom DRM HEVC, MultiRes, MultiRate 25fps #681

Closed emarsden closed 3 months ago

emarsden commented 11 months ago

The DASH manifest at

https://dash.akamaized.net/dash264/TestAdvertising/DRM/Axinom-DRM-in-disconnected-environments_HEVC_MultiRes_MultiRate_25fps.mpd

which is listed in your conformance tests is invalid. Line 29 of the MPD is

  <BaseURL../../TestCasesIOP33/Content/audio/mp4a/</BaseURL>

(missing ">"). This does not appear to be voluntary.

dsilhavy commented 10 months ago

@rbouqueau Do you have access to the Akamai CDN and can fix this?

rbouqueau commented 10 months ago

I do. I checked randomly some other files in the folder and they seem fine. So I assume this was a typo.

I fixed it on the server. However due to the caching policy of the server it may take quite some time to propagate. If that's not workable, an alternative would be to make a copy and change all links to that reference.

dsilhavy commented 10 months ago

Thanks @rbouqueau

rbouqueau commented 3 months ago

Fixed. Closing.