You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that there is both a segment of the URI annexI_a=1,b=2/ and a matching query ?a=1&b=2.
In the MPD the video adaptationSet signals that all video segments should have the
query string ?a=1&b=2 added.
If the client is requesting video segments without this query string,
a 400 HTTP error will be returned with the body containing the text query check mismatch.
Note that audio segments should not have the query parameters attached according to
the MPD.