-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Added all DASH Ed 6 elements and new test content
Added elements from Ed 6 input to Jan. 2025 MPEG meeting. Changed Duration to round to milliseconds unless time is less than millisecond
- Loading branch information
Showing
20 changed files
with
697 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<MPD xmlns="urn:mpeg:dash:schema:mpd:2011" type="dynamic" id="7399610060681366163" profiles="urn:mpeg:dash:profile:isoff-live:2011" minBufferTime="PT2.002S" maxSegmentDuration="PT2.002S" minimumUpdatePeriod="PT2.002S" | ||
availabilityStartTime="1977-05-25T18:00:00.000Z" timeShiftBufferDepth="PT30S" | ||
publishTime="2023-11-10T20:44:07.025Z" | ||
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="video" mimeType="video/mp4" segmentAlignment="true" startWithSAP="1"> | ||
<SupplementalProperty schemeIdUri="urn:mpeg:dash:adaptation-set-switching:2016" value="video_fga"/> | ||
<Role schemeIdUri="urn:mpeg:dash:role:2011" value="main"/> | ||
|
||
<SegmentTemplate initialization="$RepresentationID$/init.mp4" timeShiftBufferDepth="PT30S" | ||
media="$RepresentationID$/segment_$Time$.mp4" timescale="90000" presentationTimeOffset="135158"> | ||
|
||
<SegmentTimeline> | ||
<S t="546975158" d="172800" r="144"/> | ||
</SegmentTimeline> | ||
|
||
</SegmentTemplate> | ||
|
||
<Representation id="540p" bandwidth="1502000" | ||
codecs="hvc1.2.4.L93.B0" width="960" height="540" frameRate="50"/> | ||
<Representation id="720p" bandwidth="2166000" | ||
codecs="hvc1.2.4.L93.B0" width="1280" height="720" frameRate="50"/> | ||
<Representation id="1080p" bandwidth="6202000" | ||
codecs="hvc1.2.4.L123.B0" width="1920" height="1080" frameRate="50"/> | ||
<Representation id="1440p" bandwidth="12741200" | ||
codecs="hvc1.2.4.L153.B0" width="2560" height="1440" frameRate="50"/> | ||
<Representation id="2160p" bandwidth="18667200" | ||
codecs="hvc1.2.4.H153.B0" width="3840" height="2160" frameRate="50"/> | ||
|
||
</AdaptationSet> | ||
|
||
<AdaptationSet id="11" contentType="video" mimeType="video/mp4" | ||
segmentAlignment="true" startWithSAP="1"> | ||
<EssentialProperty | ||
schemeIdUri="urn:mpeg:dash:ssr:2023" value="video_primary"/> | ||
<SupplementalProperty schemeIdUri="urn:mpeg:dash:adaptation-set-switching:2016" | ||
value="video_primary"/> | ||
|
||
|
||
<SegmentTemplate initialization="$RepresentationID$/init.mp4" | ||
media="$RepresentationID$/segment_$Time$_part_$SubNumber$.mp4" | ||
timescale="90000" presentationTimeOffset="135158"> | ||
|
||
<SegmentTimeline> | ||
<S t="546975158" d="172800" r="144" k="16"/> | ||
</SegmentTimeline> | ||
|
||
</SegmentTemplate> | ||
|
||
<!-- Fine Granularity Access representations with 6-frame partial segments. | ||
Each segment starts with IDR and can be used to start playback --> | ||
<Representation id="join_6_540p" bandwidth="600000" | ||
codecs="hvc1.2.4.L93.B0" width="960" height="540" frameRate="50"/> | ||
<Representation id="join_6_1080p" bandwidth="1200000" | ||
codecs="hvc1.2.4.L93.B0" width="1920" height="1080" frameRate="50"/> | ||
|
||
</AdaptationSet> | ||
|
||
</Period> | ||
|
||
</MPD> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<MPD xmlns="urn:mpeg:dash:schema:mpd:2011" type="dynamic" id="7399610060681366163" profiles="urn:mpeg:dash:profile:isoff-live:2011" minBufferTime="PT2S" maxSegmentDuration="PT2.016S" minimumUpdatePeriod="PT2.002S" availabilityStartTime="1977-05-25T18:00:00.000Z" timeShiftBufferDepth="PT30S" publishTime="2021-11-10T20:44:07.025Z" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:mpeg:dash:schema:mpd:2011 DASH-MPD.xsd"> | ||
|
||
<ServiceDescription id="0"> | ||
<Latency min="750" max="4200" target="1250" referenceId="7"/> | ||
<PlaybackRate min="0.96" max="1.04"/> | ||
</ServiceDescription> | ||
|
||
<Period id="817467999" start="PT389761H2M15.535S"> | ||
|
||
<AdaptationSet id="1" contentType="video" mimeType="video/mp4" | ||
segmentAlignment="true"> | ||
|
||
<EssentialProperty schemeIdUri="urn:mpeg:dash:ssr:2023" /> | ||
|
||
<ProducerReferenceTime id="7" wallClockTime="2019-08-06T13:44:12Z" | ||
presentationTime="158400"/> | ||
|
||
<!-- Segment Sequence Representations where partial segments with subnumber > 1 | ||
are not expected to have any kind of random access / bitstream switching | ||
The first partial segment starts with SAP = 1 --> | ||
|
||
<SegmentSequenceProperties> | ||
<SAP type="1"/> | ||
</SegmentSequenceProperties> | ||
|
||
<Role schemeIdUri="urn:mpeg:dash:role:2011" value="main"/> | ||
|
||
<SegmentTemplate initialization="$RepresentationID$/init.mp4" | ||
media="$RepresentationID$/segment_$Number$_part_$SubNumber$.mp4" | ||
timescale="90000" startNumber="817472154" | ||
presentationTimeOffset="135158"> | ||
|
||
<SegmentTimeline> | ||
<!-- 1.92s segment with 6-frame partial segments, compatible with LL-HLS--> | ||
<S t="546975158" d="172800" r="14" k="16"/> | ||
</SegmentTimeline> | ||
|
||
</SegmentTemplate> | ||
|
||
<Representation id="l3d_540p" bandwidth="1502000" codecs="hvc1.2.4.L93.B0" | ||
width="960" height="540" frameRate="50"/> | ||
<Representation id="l3d_720p" bandwidth="2166000" codecs="hvc1.2.4.L93.B0" | ||
width="1280" height="720" frameRate="50"/> | ||
<Representation id="l3d_1080p" bandwidth="6202000" codecs="hvc1.2.4.L123.B0" | ||
width="1920" height="1080" frameRate="50"/> | ||
<Representation id="l3d_1440p" bandwidth="12741200" codecs="hvc1.2.4.L153.B0" | ||
width="2560" height="1440" frameRate="50"/> | ||
<Representation id="l3d_2160p" bandwidth="18667200" codecs="hvc1.2.4.H153.B0" | ||
width="3840" height="2160" frameRate="50"/> | ||
|
||
</AdaptationSet> | ||
|
||
</Period> | ||
|
||
</MPD> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<MPD xmlns="urn:mpeg:dash:schema:mpd:2011" type="dynamic" id="7399610060681366163" profiles="urn:mpeg:dash:profile:isoff-live:2011" | ||
minBufferTime="PT2S" maxSegmentDuration="PT2.016S" minimumUpdatePeriod="PT2.002S" | ||
timeShiftBufferDepth="PT30S" publishTime="2021-11-10T20:44:07.025Z" | ||
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"> | ||
|
||
<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"> | ||
|
||
<SegmentTimeline> | ||
<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> | ||
|
||
<Representation id="eng_2ch" bandwidth="112000" codecs="mp4a.40.5"/> | ||
|
||
</AdaptationSet> | ||
|
||
</Period> | ||
</MPD> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?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 DASH-MPD.xsd urn:mpeg:dash:schema:urlparam:2014 DASH-MPD-UP.xsd" | ||
|
||
type="static" mediaPresentationDuration="PT54M16S" minBufferTime="PT1.2S" profiles="urn:mpeg:dash:profile:isoff-on-demand:2011"> | ||
<Period> | ||
<AdaptationSet mimeType="video/mp4" segmentAlignment="true" startWithSAP="1" maxWidth="1280" maxHeight="720" maxFrameRate="25" par="16:9"> | ||
<EssentialProperty schemeIdUri="urn:mpeg:dash:urlparam:2014" xmlns:up="urn:mpeg:dash:schema:urlparam:2014"> | ||
<up:UrlQueryInfo queryTemplate="$querypart$" useMPDUrlQuery="true"/> | ||
</EssentialProperty> | ||
<SegmentTemplate duration="2" startNumber="1" media="video_$Number$_$Bandwidth$bps.mp4"/> | ||
<Representation id="v0" codecs="avc3.4d401f" width="1280" height="720" frameRate="25" sar="1:1" bandwidth="3000000"/> | ||
<Representation id="v1" codecs="avc3.4d401f" width="640" height="360" frameRate="25" sar="1:1" bandwidth="1500000"/> | ||
</AdaptationSet> | ||
</Period> | ||
</MPD> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?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 DASH-MPD.xsd urn:mpeg:dash:schema:urlparam:2014 DASH-MPD-UP.xsd" type="static" mediaPresentationDuration="PT54M16S" minBufferTime="PT1.2S" profiles="urn:mpeg:dash:profile:isoff-on-demand:2011"> | ||
<Period> | ||
<AdaptationSet mimeType="video/mp4" segmentAlignment="true" startWithSAP="1" maxWidth="1280" maxHeight="720" maxFrameRate="25" par="16:9"> | ||
<EssentialProperty schemeIdUri="urn:mpeg:dash:urlparam:2014" xmlns:up="urn:mpeg:dash:schema:urlparam:2014"> | ||
<up:UrlQueryInfo xlink:href="http://www.example.com/dash/xlinked.mpd" xlink:actuate="onRequest" xmlns:xlink="http://www.w3.org/1999/xlink"/> | ||
</EssentialProperty> | ||
<SegmentTemplate duration="2" startNumber="1" media="video_$Number$_$Bandwidth$bps.mp4"/> | ||
<Representation id="v0" codecs="avc3.4d401f" width="1280" height="720" frameRate="25" sar="1:1" bandwidth="3000000"/> | ||
<Representation id="v1" codecs="avc3.4d401f" width="640" height="360" frameRate="25" sar="1:1" bandwidth="1500000"/> | ||
</AdaptationSet> | ||
<SupplementalProperty schemeIdUri="urn:mpeg:dash:urlparam:2014" xmlns:up="urn:mpeg:dash:schema:urlparam:2014"> | ||
<up:UrlQueryInfo xmlns:up="urn:mpeg:dash:schema:urlparam:2014" queryTemplate="$querypart$" queryString="param=justintimecomputedvalue"/> | ||
</SupplementalProperty> | ||
</Period> | ||
</MPD> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?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 DASH-MPD.xsd urn:mpeg:dash:schema:urlparam:2014 DASH-MPD-UP.xsd" | ||
type="static" mediaPresentationDuration="PT54M16S" minBufferTime="PT1.2S" profiles="urn:mpeg:dash:profile:isoff-on-demand:2011"> | ||
<Period> | ||
<AdaptationSet mimeType="video/mp4" segmentAlignment="true" startWithSAP="1" maxWidth="1280" maxHeight="720" maxFrameRate="25" par="16:9"> | ||
<SupplementalProperty schemeIdUri="urn:mpeg:dash:urlparam:2014" xmlns:up="urn:mpeg:dash:schema:urlparam:2014"> | ||
<up:UrlQueryInfo queryTemplate="$querypart$" useMPDUrlQuery="true"/> | ||
</SupplementalProperty> | ||
<SupplementalProperty schemeIdUri="urn:example:gps"/> | ||
<SegmentTemplate duration="2" startNumber="1" media="video_$Number$_$Bandwidth$bps.mp4"> | ||
</SegmentTemplate> | ||
<Representation id="v0" codecs="avc3.4d401f" width="1280" height="720" frameRate="25" sar="1:1" bandwidth="3000000"/> | ||
<Representation id="v1" codecs="avc3.4d401f" width="640" height="360" frameRate="25" sar="1:1" bandwidth="1500000"/> | ||
</AdaptationSet> | ||
</Period> | ||
</MPD> |
Oops, something went wrong.