diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
commit | 26a029d407be480d791972afb5975cf62c9360a6 (patch) | |
tree | f435a8308119effd964b339f76abb83a57c29483 /dom/media/test/dash/dash-manifest-garbled-webm.mpd | |
parent | Initial commit. (diff) | |
download | firefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz firefox-26a029d407be480d791972afb5975cf62c9360a6.zip |
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dom/media/test/dash/dash-manifest-garbled-webm.mpd')
-rw-r--r-- | dom/media/test/dash/dash-manifest-garbled-webm.mpd | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/dom/media/test/dash/dash-manifest-garbled-webm.mpd b/dom/media/test/dash/dash-manifest-garbled-webm.mpd new file mode 100644 index 0000000000..aa78ded3ec --- /dev/null +++ b/dom/media/test/dash/dash-manifest-garbled-webm.mpd @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="UTF-8"?> +<MPD + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns="urn:mpeg:DASH:schema:MPD:2011" + xsi:schemaLocation="urn:mpeg:DASH:schema:MPD:2011" + type="static" + mediaPresentationDuration="PT3.958S" + minBufferTime="PT1S" + profiles="urn:webm:dash:profile:webm-on-demand:2012"> + <BaseURL>./</BaseURL> + <Period id="0" start="PT0S" duration="PT3.958S" > + <AdaptationSet id="0" mimeType="video/webm" codecs="vp8" lang="eng" subsegmentAlignment="true" subsegmentStartsWithSAP="1" bitstreamSwitching="true"> + <Representation id="0" bandwidth="54207" width="320" height="180"> + <BaseURL>garbled.webm</BaseURL> + <SegmentBase indexRange="35090-35123"> + <Initialization range="0-228" /> + </SegmentBase> + </Representation> + <Representation id="1" bandwidth="78006" width="428" height="240"> + <BaseURL>dash-webm-video-428x240.webm</BaseURL> + <SegmentBase indexRange="50173-50206"> + <Initialization range="0-228" /> + </SegmentBase> + </Representation> + </AdaptationSet> + <AdaptationSet id="1" mimeType="audio/webm" codecs="vorbis" lang="eng" audioSamplingRate="48000" subsegmentStartsWithSAP="1"> + <Representation id="2" bandwidth="57264"> + <BaseURL>dash-webm-audio-128k.webm</BaseURL> + <SegmentBase indexRange="41927-41946"> + <Initialization range="0-4521" /> + </SegmentBase> + </Representation> + </AdaptationSet> + </Period> +</MPD> |