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

generating unused encrypted streams #39

Closed jpiesing closed 3 years ago

jpiesing commented 3 years ago

We seem to be generating a encrypted versions of all streams - which I don't believe we need. We have the following tests;

If this is correct then the only encrypted streams we need are;

Specifically we don't need t2 and higher or ss1.

What am I missing?

jpiesing commented 3 years ago

@rbouqueau I see the newly updated database.json still includes encrypted versions of all(?) unecncrypted streams. This is way more than we need - I think it's only t1 that is needed (as well as whatever we end up with for splicing).

rbouqueau commented 3 years ago

@jpiesing Thanks, I'm fixing the json and I'll fix the python script soon

rbouqueau commented 3 years ago

Done.

rbouqueau commented 3 years ago

@jpiesing See https://cta-wave.github.io/Test-Content/, click on the CENC tab. Please close if ok.

jpiesing commented 3 years ago

Looks good to me.