-
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.
Merge pull request #31 from Eyevinn/feat-5th-amd1
Add 5thEdition elements and test data
- Loading branch information
Showing
10 changed files
with
509 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<MPD | ||
xmlns="urn:mpeg:dash:schema:mpd:2011" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="urn:mpeg:dash:schema:mpd:2011 DASH-MPD.xsd" | ||
availabilityStartTime="1970-01-01T00:00:00Z" maxSegmentDuration="PT6S" | ||
minBufferTime="PT2S" minimumUpdatePeriod="PT5M" | ||
profiles="urn:mpeg:dash:profile:isoff-live:2011" publishTime="2019-03-12T01:17:30Z" | ||
timeShiftBufferDepth="PT8M20S" type="dynamic"> | ||
<Period id="p0" start="PT0S"> | ||
<BaseURL>http://liveserver.com/live/live1/</BaseURL> | ||
<EventStream schemeIdUri="urn:mpeg:dash:event:insertion:2022" | ||
value="replace" timescale="1000"> | ||
<Event duration="60000" id="0"> | ||
http://acmeadsertver.com/preroll.mpd | ||
</Event> | ||
</EventStream> | ||
<AdaptationSet contentType="video" maxHeight="1920" maxWidth="1080" | ||
mimeType="video/mp4" par="16:9" segmentAlignment="true" startWithSAP="1"> | ||
<SegmentTemplate duration="2" initialization="$RepresentationID$/init.mp4" | ||
media="$RepresentationID$/$Number$.m4s" startNumber="0" /> | ||
<Representation id="V300" bandwidth="300000" codecs="avc1.64001e" | ||
frameRate="60/2" /> | ||
<Representation id="V600" bandwidth="600000" codecs="avc1.64001e" | ||
frameRate="60/2" /> | ||
</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,28 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<MPD | ||
xmlns="urn:mpeg:dash:schema:mpd:2011" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="urn:mpeg:dash:schema:mpd:2011 DASH-MPD.xsd" | ||
availabilityStartTime="1970-01-01T00:00:00Z" maxSegmentDuration="PT6S" | ||
minBufferTime="PT2S" minimumUpdatePeriod="PT5M" | ||
profiles="urn:mpeg:dash:profile:isoff-live:2011" publishTime="2019-03-12T01:17:30Z" | ||
timeShiftBufferDepth="PT8M20S" type="dynamic"> | ||
<Period id="p0" start="PT0S"> | ||
<BaseURL>http://liveserver.com/live/live1/</BaseURL> | ||
<EventStream schemeIdUri="urn:mpeg:dash:event:insertion:2022" | ||
value="replace" timescale="1000"> | ||
<Event presentationTime="60000" duration="10000000" id="0"> | ||
http://acmeadsertver.com/preroll.mpd | ||
</Event> | ||
</EventStream> | ||
<AdaptationSet contentType="video" maxHeight="1920" maxWidth="1080" | ||
mimeType="video/mp4" par="16:9" segmentAlignment="true" startWithSAP="1"> | ||
<SegmentTemplate duration="2" initialization="$RepresentationID$/init.mp4" | ||
media="$RepresentationID$/$Number$.m4s" startNumber="0" /> | ||
<Representation id="V300" bandwidth="300000" codecs="avc1.64001e" | ||
frameRate="60/2" /> | ||
<Representation id="V600" bandwidth="600000" codecs="avc1.64001e" | ||
frameRate="60/2" /> | ||
</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,28 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<MPD | ||
xmlns="urn:mpeg:dash:schema:mpd:2011" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="urn:mpeg:dash:schema:mpd:2011 DASH-MPD.xsd" | ||
availabilityStartTime="1970-01-01T00:00:00Z" maxSegmentDuration="PT6S" | ||
minBufferTime="PT2S" minimumUpdatePeriod="PT5M" | ||
profiles="urn:mpeg:dash:profile:isoff-live:2011" publishTime="2019-03-12T01:17:30Z" | ||
timeShiftBufferDepth="PT8M20S" type="dynamic"> | ||
<Period id="p0" start="PT0S"> | ||
<BaseURL>http://liveserver.com/live/live1/</BaseURL> | ||
<EventStream schemeIdUri="urn:mpeg:dash:event:insertion:2022" | ||
value="insert" timescale="1000"> | ||
<Event presentationTime="60000" id="0" | ||
duration="120000">http://acmeadsertver.com/preroll.mpd</Event> | ||
</EventStream> | ||
<AdaptationSet contentType="video" maxHeight="1920" maxWidth="1080" | ||
mimeType="video/mp4" par="16:9" segmentAlignment="true" startWithSAP="1"> | ||
<SegmentTemplate duration="2" initialization="$RepresentationID$/init.mp4" | ||
media="$RepresentationID$/$Number$.m4s" startNumber="0" /> | ||
<Representation id="V300" bandwidth="300000" codecs="avc1.64001e" | ||
frameRate="60/2" /> | ||
<Representation id="V600" bandwidth="600000" codecs="avc1.64001e" | ||
frameRate="60/2" /> | ||
</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,49 @@ | ||
<?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" | ||
type="dynamic" | ||
minBufferTime="PT2S" | ||
profiles="urn:mpeg:dash:profile:isoff-live:2011"> | ||
<BaseURL>http://cdn1.example.com/</BaseURL> | ||
<BaseURL>http://cdn2.example.com/</BaseURL> | ||
<Period> | ||
<EventStream schemeIdUri="urn:mpeg:dash:nonlinearplayback:2020" | ||
value="urn:xapp:2020:userinterface1"> | ||
<Event presentationTime="30" duration="30" id="0"> | ||
<SelectionInfo | ||
selectionInfo="What do you like to happen next?" | ||
contactURL="http://cdn.com/content_xyz/"> | ||
<Selection parameter="1" data="Bill kills Alice"/> | ||
<Selection parameter="2" data="Bill kisses Alice"/> | ||
<Selection parameter="3" data="Bill frames Alice"/> | ||
<Selection parameter="blue" data="Bill kisses Alice"/> | ||
<Selection parameter="red" data="Bill frames Alice"/> | ||
<Selection parameter="default"/> | ||
</SelectionInfo> | ||
</Event> | ||
</EventStream> | ||
<!-- Audio --> | ||
<AdaptationSet mimeType="audio/mp4" codecs="mp4a.40" lang="en" subsegmentAlignment="true" subsegmentStartsWithSAP="1"> | ||
<Representation id="1" bandwidth="64000"> | ||
<BaseURL>7657412348.mp4</BaseURL> | ||
</Representation> | ||
</AdaptationSet> | ||
<!-- Video --> | ||
<AdaptationSet mimeType="video/mp4" codecs="avc1.4d0228" subsegmentAlignment="true" subsegmentStartsWithSAP="2"> | ||
<Representation id="1" bandwidth="1024000" width="640" height="480"> | ||
<BaseURL>562465736.mp4</BaseURL> | ||
</Representation> | ||
<Representation id="2" bandwidth="1384000" width="640" height="480"> | ||
<BaseURL>41325645.mp4</BaseURL> | ||
</Representation> | ||
<Representation id="3" bandwidth="1536000" width="1280" height="720"> | ||
<BaseURL>89045625.mp4</BaseURL> | ||
</Representation> | ||
<Representation id="4" bandwidth="2048000" width="1280" height="720"> | ||
<BaseURL>23536745734.mp4</BaseURL> | ||
</Representation> | ||
</AdaptationSet> | ||
</Period> | ||
</MPD> |
Oops, something went wrong.