• 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
..
plugins Loading commit data...
AsyncInputStream.cxx Loading commit data...
AsyncInputStream.hxx Loading commit data...
BufferedInputStream.cxx Loading commit data...
BufferedInputStream.hxx Loading commit data...
CondHandler.hxx Loading commit data...
FailingInputStream.hxx Loading commit data...
Handler.hxx Loading commit data...
IcyInputStream.cxx Loading commit data...
IcyInputStream.hxx Loading commit data...
Init.cxx Loading commit data...
Init.hxx Loading commit data...
InputPlugin.hxx Loading commit data...
InputStream.cxx Loading commit data...
InputStream.hxx Loading commit data...
LocalOpen.cxx Loading commit data...
LocalOpen.hxx Loading commit data...
MaybeBufferedInputStream.cxx Loading commit data...
MaybeBufferedInputStream.hxx Loading commit data...
Offset.hxx Loading commit data...
Open.cxx Loading commit data...
ProxyInputStream.cxx Loading commit data...
ProxyInputStream.hxx Loading commit data...
Ptr.hxx Loading commit data...
Reader.cxx Loading commit data...
Reader.hxx Loading commit data...
Registry.cxx Loading commit data...
Registry.hxx Loading commit data...
RemoteTagScanner.hxx Loading commit data...
RewindInputStream.cxx Loading commit data...
RewindInputStream.hxx Loading commit data...
ScanTags.cxx Loading commit data...
ScanTags.hxx Loading commit data...
TextInputStream.cxx Loading commit data...
TextInputStream.hxx Loading commit data...
ThreadInputStream.cxx Loading commit data...
ThreadInputStream.hxx Loading commit data...