Why it matters
Wrong approach hurts UX or infrastructure. Understanding shape architecture.
Advertisement
The architecture
HLS/DASH audio: fMP4 or MPEG-TS segments; manifest lists them; client fetches.
Icecast: persistent HTTP connection streams audio continuously. Radio-style.
Advertisement
How it works end to end
Adaptive: HLS/DASH audio switches bitrate based on bandwidth.
Live: rolling manifest same as video.
Codec selection: AAC for compat, Opus for open, MP3 for legacy.
WebRTC audio: for interactive (calls, live audio interactions).