Age | Commit message (Collapse) | Author |
|
Closes #10497, Closes #10542
|
|
|
|
|
|
--skip-unavailable-fragments (Closes #10165, closes #10448)
|
|
|
|
Related: #10490
|
|
|
|
Ref: #10304
|
|
|
|
|
|
|
|
|
|
idiomatic naming
|
|
|
|
|
|
|
|
downloader
|
|
|
|
Related sources:
https://git.libav.org/?p=libav.git;a=blob;f=libavformat/http.c;h=8fe8d11e1edfdbb04a8726db2c49cfef3f572aac;hb=HEAD#l152
https://git.libav.org/?p=libav.git;a=blob;f=libavformat/tls.c;h=fab243e93e20034e88e619188c13a44a5d8ccdb9;hb=HEAD#l63
https://github.com/FFmpeg/FFmpeg/blob/f8e89d8/libavformat/http.c#L191
https://github.com/FFmpeg/FFmpeg/blob/f8e89d8/libavformat/tls.c#L92
|
|
|
|
|
|
|
|
|
|
Replaces #9216
Fixes #9214 and test_Bloomberg partially
|
|
|
|
|
|
|
|
|
|
|
|
hlsnative
|
|
[downloader/hls] Delegate extraction to ffmpeg when unsupported features detected
|
|
|
|
detected
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
YouTube may often return 404 HTTP error for a fragment causing the
whole download to fail. However if the same fragment is immediately
retried with the same request data this usually succeeds (1-2 attemps
is usually enough) thus allowing to download the whole file successfully.
So, we will retry all fragments that fail with 404 HTTP error for now.
|
|
|
|
|
|
[downloader/external] Add FFmpegFD
|
|
|
|
|
|
download
|
|
get_suitable_downloader
|
|
|
|
|