Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect request for first segment '.m4s' instead of '0.m4s' #604

Closed
nicholas-fr opened this issue Nov 4, 2022 · 3 comments · Fixed by #611
Closed

Incorrect request for first segment '.m4s' instead of '0.m4s' #604

nicholas-fr opened this issue Nov 4, 2022 · 3 comments · Fixed by #611
Assignees
Labels
Bug Something isn't working
Milestone

Comments

@nicholas-fr
Copy link

When testing CTA WAVE test vectors the first segment (after init segment) is not requested correctly.

For example with:
php Process_cli.php --cmaf --ctawave --segments http://dash.akamaized.net/WAVE/vectors/cfhd_sets/15_30_60/t1/2022-10-17/stream.mpd

There seems to be an issue with the 0 value as '.m4s' is requested instead of '0.m4s':

image

@nicholas-fr
Copy link
Author

This issue is still seen in the latest development release (commit 626fe38).
Also worth noting that following the 404 response sent by some servers (e.g. using the basic Python http.server) the conformance tool gets stuck in an infinite loop, constantly re-sending the same incorrect request:

image

@dsilhavy
Copy link
Contributor

dsilhavy commented Nov 9, 2022

We merged #611 can you please check if this fixes your problem

@nicholas-fr
Copy link
Author

Confirmed fixed using the latest dev branch (310009a).

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
3 participants