Skip to content

adaptivedemux2: Allow data dash+xml manifest for uri

In Strawberry for certain streams we use the data dash+xml manifest for the uri in the format.: data:application/dash+xml;base64,<base64_encoded_value> Commit df3b2e2d breaks this by forcing http/https. Allow the uri to start with "data:".

Merge request reports