cta-wave / Test-Content-Generation

Provides all information and scripts how the CTA Wave Test Content is generated
BSD 3-Clause "New" or "Revised" License
4 stars 6 forks source link

Query on the correct version of test content to use #26

Closed andyburras closed 3 years ago

andyburras commented 3 years ago

Rather confused with the correct test content to be using. I see there is: https://dash.akamaized.net/WAVE/vectors/avc_sets/1/ (which contains 6 Representations) https://dash.akamaized.net/WAVE/vectors/avc_sets/1.ori/ (which contains 9 Representations)

https://dash.akamaized.net/WAVE/vectors/database.json gives "mpdPath": "avc_sets/1/stream.mpd" So I was taking "1.ori" to mean "original" and that "1" was the up to date version But then looking at the file timestamps "1" has 04-Nov-2020, and "1.ori" has 25-Feb-2021.

Further, if I do 'wget -r --no-cache --no-parent https://dash.akamaized.net/WAVE/vectors/avc_sets/1/', what I actually seem to get is the 9 representations version from "1.ori" so it looks like some redirection is going on. However, accessing the two URLs via a browser I see the different versions of the content.

rbouqueau commented 3 years ago

Hi Andy,

I'm sorry about that. You are right:

There is not content that's fully usable at the moment. The priority is put on updating the script instead of keeping on generating content manually. That can change.

Further, if I do 'wget -r --no-cache --no-parent https://dash.akamaized.net/WAVE/vectors/avc_sets/1/', what I actually seem to get is the 9 representations version from "1.ori" so it looks like some redirection is going on.

I already mentioned, based on Will Law's feedback, that the server is configured for content that changed rarely.

rbouqueau commented 3 years ago

I've uploaded some new content (https://dash.akamaized.net/WAVE/vectors/avc_sets/?cache=clear according to #22 naming convention). I plan to move the deprecated content to a separate folder until deletion is decided.

Do we want to put versions to the uploaded content? In particular if we plan to update it it may be useful. What do you think?

jpiesing commented 3 years ago

@andyburras Considering the proposal in #22 and that 15_30_60 content has been uploaded in line with that proposal, can this issue be closed now?

andyburras commented 3 years ago

Yes, I'll close it.