forked from ytdl-org/youtube-dl
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[InfoExtractor] Support byte range for DASH
* adapted from ytdl-org#30279 * thx former GH user kikuyan
- Loading branch information
Showing
5 changed files
with
562 additions
and
36 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<?xml version="1.0"?> | ||
<!-- MPD file Generated with GPAC version 1.0.1-revrelease at 2021-11-27T20:53:11.690Z --> | ||
<MPD xmlns="urn:mpeg:dash:schema:mpd:2011" minBufferTime="PT1.500S" type="static" mediaPresentationDuration="PT0H0M30.196S" maxSegmentDuration="PT0H0M10.027S" profiles="urn:mpeg:dash:profile:full:2011"> | ||
<ProgramInformation moreInformationURL="http://gpac.io"> | ||
<Title>manifest.mpd generated by GPAC</Title> | ||
</ProgramInformation> | ||
|
||
<Period duration="PT0H0M30.196S"> | ||
<AdaptationSet segmentAlignment="true" maxWidth="768" maxHeight="432" maxFrameRate="30000/1001" par="16:9" lang="und" startWithSAP="1"> | ||
<Representation id="1" mimeType="video/mp4" codecs="avc1.4D401E" width="768" height="432" frameRate="30000/1001" sar="1:1" bandwidth="526987"> | ||
<BaseURL>video_dashinit.mp4</BaseURL> | ||
<SegmentList timescale="90000" duration="900000"> | ||
<Initialization range="0-881"/> | ||
<SegmentURL mediaRange="882-876094" indexRange="882-925"/> | ||
<SegmentURL mediaRange="876095-1466732" indexRange="876095-876138"/> | ||
<SegmentURL mediaRange="1466733-1953615" indexRange="1466733-1466776"/> | ||
<SegmentURL mediaRange="1953616-1994211" indexRange="1953616-1953659"/> | ||
</SegmentList> | ||
</Representation> | ||
</AdaptationSet> | ||
<AdaptationSet segmentAlignment="true" lang="und" startWithSAP="1"> | ||
<Representation id="2" mimeType="audio/mp4" codecs="mp4a.40.2" audioSamplingRate="48000" bandwidth="98096"> | ||
<AudioChannelConfiguration schemeIdUri="urn:mpeg:dash:23003:3:audio_channel_configuration:2011" value="2"/> | ||
<BaseURL>audio_dashinit.mp4</BaseURL> | ||
<SegmentList timescale="48000" duration="480000"> | ||
<Initialization range="0-752"/> | ||
<SegmentURL mediaRange="753-124129" indexRange="753-796"/> | ||
<SegmentURL mediaRange="124130-250544" indexRange="124130-124173"/> | ||
<SegmentURL mediaRange="250545-374929" indexRange="250545-250588"/> | ||
</SegmentList> | ||
</Representation> | ||
</AdaptationSet> | ||
</Period> | ||
</MPD> | ||
|
Oops, something went wrong.