nicholas-fr / test-content-validation

CTA WAVE Test Content Validation
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Error when processing tests #15

Open Lis-TV opened 1 year ago

Lis-TV commented 1 year ago

./tcval.py -v ../dpctf-deploy/content/ --mezzanineversion 4 -m wave.csv .... OSError: Error reading file '../dpctf-deploy/content/avc_15_30_60_ss1_stream.mpd': failed to load external entity "../dpctf-deploy/content/avc_15_30_60_ss1_stream.mpd"

ls ../dpctf-deploy/content ac4_sets avc_sets cfhd_sets avc_12.5_25_50_ss1_stream_v4.mpd caaa_sets chdf_sets avc_14.985_29.97_59.94_ss1_stream_v4.mpd caac_sets eac3_sets avc_15_30_60_ss1_stream_v4.mpd camc_sets

After removing "v4" from "avc_1*" file names the script works. I am using "dpcat-2022-10-17" branches.

nicholas-fr commented 1 year ago

Thanks, this is expected as adding 'v4' to the MPD filename was a manual workaround and not part of the agreed naming convention.

On a related topic, there is an ongoing discussion regarding the folder/file structure to use for ss1 (here).

I'll leave this open until the ss1 discussion is closed, as further work may be needed to ensure ss1 media segments are checked corrrectly.

gitwjr commented 1 year ago

Related to Test-Content-Generation #60.

gitwjr commented 1 year ago

@nicholas-fr Not blocking release but the validation tool needs updating. Nicholas will review and comment.