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

Resuming interrupted downloads #38

Open
YurikaL opened this issue Oct 3, 2018 · 2 comments
Open

Resuming interrupted downloads #38

YurikaL opened this issue Oct 3, 2018 · 2 comments

Comments

@YurikaL
Copy link

YurikaL commented Oct 3, 2018

Initially, hlsdl works great with videos that I want to download, even including those that ffmpeg and youtube-dl cannot handle. But without support of resuming download it very difficult to finish downloading some long videos, especially on slow and unstable internet connections, or with links which expire after a while. Downloading process in such conditions is eventually interrupted before it is completed.

So it would be great if hlsdl would support resuming downloads, as youtube-dl and ffmpeg does.

@jimsy3
Copy link

jimsy3 commented Nov 7, 2018

hi
can you write some example commands of how to actually use this tool? i have some .h and .c files unzipped in somekind of "hlsdl-master/src" folder, but i dont even know how to download the file, even if i have an url that i need to dl(an .mpd link).....
the mpd file basically has this in it:
drm/../.../.mp4.urlset/fragment-$Number$-$RepresentationID$.m4s
drm/../.../.mp4.urlset/init-$RepresentationID$.mp4

thanks

@YurikaL
Copy link
Author

YurikaL commented Nov 9, 2018

@jimsy3
These ".h and .c files" are usually called "source code" of the program :) If you want to use this program, you must compile it first to get the executable binary file. Brief build instructions are described in README.md, but using make install command probably not a great idea, because in this context it installs binary into your system in circumvention of the package manager. Simply make is quite enough to get the binary file. Which Linux distro you use?

(And using this issue to discuss build issues is probably not a great idea too... Probably you should create separate issue.)

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

No branches or pull requests

2 participants