Blame view

ffmpeg-4.2.2/tests/ref/fate/webm-dash-manifest-unaligned-video-streams 971 Bytes
aac5773f   hucm   功能基本完成,接口待打磨
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
  <?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="PT32.48S"
    minBufferTime="PT1S"
    profiles="urn:webm:dash:profile:webm-on-demand:2012">
  <Period id="0" start="PT0S" duration="PT32.48S" >
  <AdaptationSet id="0" mimeType="video/webm" codecs="vp8" lang="eng" width="640" height="360" bitstreamSwitching="true" subsegmentAlignment="false" subsegmentStartsWithSAP="0">
  <Representation id="0" bandwidth="302355">
  <BaseURL>dash_video1.webm</BaseURL>
  <SegmentBase
    indexRange="1115974-1116097">
  <Initialization
    range="0-441" />
  </SegmentBase>
  </Representation>
  <Representation id="1" bandwidth="321574">
  <BaseURL>dash_video3.webm</BaseURL>
  <SegmentBase
    indexRange="1116070-1116455">
  <Initialization
    range="0-249" />
  </SegmentBase>
  </Representation>
  </AdaptationSet>
  </Period>
  </MPD>