• Max Kellermann's avatar
    input/curl: use class MaybeBufferedInputStream · 1ca1269a
    Max Kellermann authored
    For remote files (not streams), this downloads as quickly as possible
    to a large buffer instead of throttling the stream during playback.
    Throttling can make the server impatient and it may then disconnect.
    
    This is what Qobuz and Tidal do, and this commit attempts to solve
    this by not letting the Qobuz/Tidal server wait (closes #241).
    1ca1269a
Name
Last commit
Last update
android Loading commit data...
doc Loading commit data...
m4 Loading commit data...
python/build Loading commit data...
scripts Loading commit data...
src Loading commit data...
systemd Loading commit data...
test Loading commit data...
win32 Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README.md Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
mpd.svg Loading commit data...
valgrind.suppressions Loading commit data...