Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

External Downloader Does not Work with mpd urls #26802

Open
0xrabin opened this issue Oct 4, 2020 · 1 comment
Open

External Downloader Does not Work with mpd urls #26802

0xrabin opened this issue Oct 4, 2020 · 1 comment

Comments

@0xrabin
Copy link

@0xrabin 0xrabin commented Oct 4, 2020

  • I'm running youtube-dl version 2020.06.16.1
  • External downloader does not work while downloading from an mpd url.

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.mpd

Verbose 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.

@zackmark29
Copy link

@zackmark29 zackmark29 commented Oct 5, 2020

Well, maybe that's not the correct stream source. Because there's no url inside that mpd.
Try to look for another url instead. or m3u8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.