Age | Commit message (Collapse) | Author |
|
|
|
|
|
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
|
|
|
|
|
|
availibilty and support
|
|
|
|
|
|
|
|
At the beginning of every segment there was a drop to Unknown speed due to timeslice being too small to calculate speed.
Now last speed from the previous fragment is used.
|
|
os.name is always 'java' on Jython
|
|
|
|
|
|
- replace HlsFD and RtspFD
- add basic support for downloading part of the video or audio
|
|
|
|
|
|
|
|
|
|
|