nickolay.laptev
nickolay.laptev

Reputation: 2565

HTTP audio streaming

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.

Upvotes: -3

Views: 51

Answers (1)

nickolay.laptev
nickolay.laptev

Reputation: 2565

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.

Upvotes: 1

Related Questions