Skip to content

Commit

Permalink
add reference to DASH-MPD schema; use correct element ordering in Ada…
Browse files Browse the repository at this point in the history
…ptationSet; use correct element ordering in SegmentTimeline; added S@d required attribute
  • Loading branch information
paulhiggs committed Apr 19, 2024
1 parent 7d5608c commit 9ee0927
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions example_G29.mpd
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<MPD xmlns="urn:mpeg:dash:schema:mpd:2011" type="dynamic" id="7399610060681366163"
<MPD xmlns="urn:mpeg:dash:schema:mpd:2011" type="dynamic" id="7399610060681366163" profiles="urn:mpeg:dash:profile:isoff-live:2011"
minBufferTime="PT2.000S" maxSegmentDuration="PT0H0M2.016S" minimumUpdatePeriod="PT0H0M2.002S"
timeShiftBufferDepth="PT0H0M30.000S" publishTime="2021-11-10T20:44:07.025Z"
availabilityStartTime="1977-05-25T18:00:00.000Z">
availabilityStartTime="1977-05-25T18:00:00.000Z"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:mpeg:dash:schema:mpd:2011 DASH-MPD.xsd">

<Period id="817467999" start="PT389761H2M15.535S">
<AdaptationSet id="1" contentType="audio" mimeType="audio/mp4" segmentAlignment="true"
startWithSAP="1" audioSamplingRate="24000">

<Role schemeIdUri="urn:mpeg:dash:role:2011" value="main"/>

<EssentialProperty schemeIdUri="urn:mpeg:dash:pattern:2024"/>

<Role schemeIdUri="urn:mpeg:dash:role:2011" value="main"/>

<SegmentTemplate initialization="$RepresentationID$/init.mp4"
media="$RepresentationID$/segment_$Time$.mp4" timescale="90000"
startNumber="817472154" presentationTimeOffset="135158">

<Pattern id="1">
<P d=" 180480" r="11"/>
<P d="176640"/>
</Pattern>

<SegmentTimeline>
<S t="546975158" r="164" p="1" pE="3"/>
<Pattern id="1">
<P d=" 180480" r="11"/>
<P d="176640"/>
</Pattern>
<S t="546975158" r="164" p="1" pE="3" d="0"/>
</SegmentTimeline>

</SegmentTemplate>
Expand Down

0 comments on commit 9ee0927

Please sign in to comment.