mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-13 15:46:46 +03:00
Fork SegmentTemplate test asset as non-live.
The test asset as it exists upstream is styled as a live stream, in spite of the fact that it is static content. This creates a bad experience in the test app when this asset is selected. Fork it and remove the update property that makes the Player treat it as live. Change-Id: I8bc18c68186ccf9f51e9e031753bb39ed33e065a
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<MPD xmlns="urn:mpeg:DASH:schema:MPD:2011" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="urn:mpeg:DASH:schema:MPD:2011 DASH-MPD.xsd" minBufferTime="PT2S" type="dynamic" profiles="urn:mpeg:dash:profile:isoff-ondemand:2011" availabilityStartTime="2014-09-19T00:54:13" timeShiftBufferDepth="PT1800S">
|
||||
<BaseURL>//storage.googleapis.com/gtv-videos-bucket/dash/CarWidevine/car.mpd</BaseURL>
|
||||
<Period start="PT0S">
|
||||
<AdaptationSet id="0">
|
||||
<Representation id="0" bandwidth="2000000" codecs="avc1.4d401e" mimeType="video/mp4" width="854" height="480">
|
||||
<ContentProtection schemeIdUri="urn:mpeg:dash:mp4protection:2011" value="cenc"/>
|
||||
<ContentProtection schemeIdUri="urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed"/>
|
||||
<SegmentTemplate timescale="90000" initialization="car-video-init.mp4" media="car-video-$Number$.mp4" startNumber="1">
|
||||
<SegmentTimeline>
|
||||
<S t="3754" d="900960"/>
|
||||
<S t="904654" d="1235066"/>
|
||||
<S t="2139660" d="1017334"/>
|
||||
<S t="3156904" d="1058628"/>
|
||||
<S t="4215472" d="957270"/>
|
||||
<S t="5172682" d="1137462"/>
|
||||
<S t="6310054" d="1129954"/>
|
||||
<S t="7439948" d="1122446"/>
|
||||
<S t="8562304" d="1321408"/>
|
||||
<S t="9883652" d="930992"/>
|
||||
<S t="10814554" d="1144970"/>
|
||||
<S t="11959464" d="949762"/>
|
||||
<S t="12909166" d="1058628"/>
|
||||
<S t="13967704" d="1343932"/>
|
||||
<S t="15311576" d="908468"/>
|
||||
<S t="16219954" d="112597"/>
|
||||
</SegmentTimeline>
|
||||
</SegmentTemplate>
|
||||
</Representation>
|
||||
</AdaptationSet>
|
||||
</Period>
|
||||
</MPD>
|
||||
+1
-1
@@ -85,7 +85,7 @@
|
||||
<option value="assets/car_cenc-20120827-manifest.mpd">"Car/CENC" (YT DASH EME test) - MP4, ClearKey</option>
|
||||
<option value="assets/feelings_vp9-20130806-manifest.mpd">"Feelings" (YT DASH test) - VP9</option>
|
||||
<option value="assets/feelings_audio_only-20130806-manifest.mpd">"Feelings" (YT DASH test) - Audio only</option>
|
||||
<option value="//storage.googleapis.com/gtv-videos-bucket/dash/CarWidevine/car.mpd">"Car/SegmentTemplate" (Chromecast test) - MP4 (no SIDX, video only), Widevine</option>
|
||||
<option value="assets/car_segmenttemplate.mpd">"Car/SegmentTemplate" (Chromecast test) - MP4 (no SIDX, video only), Widevine</option>
|
||||
<option value="//download.tsi.telecom-paristech.fr/gpac/DASH_CONFORMANCE/TelecomParisTech/mp4-main-multi/mp4-main-multi-mpd-AV-NBS.mpd">"GPAC/SegmentList" (conformance test)</option>
|
||||
<option value="assets/oops_cenc-20121114-signedlicenseurl-manifest.mpd">"Oops" (modified YT DASH EME test) - MP4, multi-DRM</option>
|
||||
<option value="assets/oops_cenc_pssh.mpd">"Oops" (modified YT DASH EME test) - MP4, Widevine, PSSH in MPD</option>
|
||||
|
||||
Reference in New Issue
Block a user