Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
External Downloader Does not Work with mpd urls #26802
Comments
|
Well, maybe that's not the correct stream source. Because there's no url inside that mpd. |
Example:
youtube-dl --verbose -f bestvideo -c -i --external-downloader-args '-n 10' --external-downloader axel -o 'test.mp4' https://dash.akamaized.net/akamai/bbb_30fps/bbb_30fps.mpdVerbose log
[debug] System config: []
[debug] User config: ['-o', '[%(upload_date)s][%(id)s] %(title)s (by %(uploader)s).%(ext)s', '--external-downloader', 'aria2c', '--external-downloader-args', '-c -j 3 -x 3 -s 3 -k 1M']
[debug] Custom config: []
[debug] Command-line args: ['--verbose', '-f', 'bestvideo', '-c', '-i', '--external-downloader-args', '-n 50', '--external-downloader', 'axel', '-o', 'test.mp4', 'https://dash.akamaized.net/akamai/bbb_30fps/bbb_30fps.mpd']
[debug] Encodings: locale UTF-8, fs utf-8, out utf-8, pref UTF-8
[debug] youtube-dl version 2020.06.16.1
[debug] Python version 3.8.5 (CPython) - Linux-5.7.0-2parrot2-amd64-x86_64-with-glibc2.29
[debug] exe versions: ffmpeg 4.3-3, ffprobe 4.3-3, phantomjs 2.1.1, rtmpdump 2.4
[debug] Proxy map: {}
[generic] bbb_30fps: Requesting header
WARNING: Falling back on generic information extractor.
[generic] bbb_30fps: Downloading webpage
[generic] bbb_30fps: Extracting information
[debug] Invoking downloader on 'https://dash.akamaized.net/akamai/bbb_30fps/bbb_30fps.mpd'
[dashsegments] Total fragments: 160
Description
It seems that using an external downloader does not work while downloading from an mpd url. Tested with axel and aria2c.
Did not work on both.