Is it possible to provide audio file from HTTP server that is consumed by clients via streaming (loading a file partially)?
HTTP server shouldn't care about streaming, it thinks consumers just normally download its files.
I guess web browsers work this way but not sure.
Progressive download looks like what I need.
It loads a file partially making an illusion of streaming and it doesn't need HTTP server to care about streaming.