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.
Multiple connection support in internal dash downloader #11044
Comments
|
will you be working on this yan12125? i think enabling the external downloader for the mpd dash will be enough, as i just tried with with creating the fragment link manually and download them using and rename all the dash file to the youtube-dl format so youtube-dl recognize the stream as already downloaded and simply merge them all together and the video run fine now hopefully youtube-dl support CENC mpd in the future since the key can be easily retrieved, since most of the site now are using DRM encryption (Widevine,Marlin,PlayReady) thanks again |
|
CENC is out of scope of this issue. See #1753 (comment). The most difficult part is that CENC requires dynamically loading of C++ modules, which is tricky in terms of portability. youtube-dl needs to support at least Windows, Linux and Mac. For non-encrypted streams: I don't use download helpers, and as you've said there are workarounds for this feature, so I don't put it to the highest priority. |
|
Hi Guys, Can you point me how to use "workarounds" to download Dash video files for example from Twitch using multi-connections or maybe that feature is already in development? It seems it's really slow to download twitch past broadcasts that are stored as m3u8. I`ve tried to use external downloader but youtube-dl fallback to hlsnative. Sometimes speed is only 2.5Mib on 1Gb internet channel. |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like that [x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2016.10.26. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add
-vflag to your command line you run youtube-dl with, copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):If the purpose of this issue is a site support request please provide all kinds of example URLs support for which should be included (replace following example URLs by yours):
https://bitdash-a.akamaihd.net/content/sintel/sintel.mpd
http://genflix.orangetv.asia.swiftserve.com/US/videoContent-1633-istumdrs-v1/videoContent-1633-istumdrs-m1-4-NoneUS/1584-1633-m1-istumdrs-default.ism/a.mpd
Description of your issue, suggested solution and other information
Explanation of your issue in arbitrary form goes here. Please make sure the description is worded well enough to be understood. Provide as much context and examples as possible.
If work on your issue requires account credentials please provide them or explain how one can obtain them.
Please add support for multiple connection / thread when downloading mpd video stream as sometime using youtube-dl to download it can be slow even when you have high internet speed, example when downloading from the second example above i mostly only get 20 - 200 KB/sec
as youtube-dl seem to ignore the --external-downloader when downloading mpd file