Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Now download progress for f4m livestreams is reported correctly
|
|
streams
|
|
|
|
When using the mpegts container hls vidoes can be played while being downloaded (useful if you are recording a live stream).
VLC and mpv play them file, but QuickTime doesn't.
|
|
(fixes #8299)
|
|
'Ctrl+C' (#8252)
Otherwise the mp4 file can't be played.
|