|
|
|
|
|
by lxgr
432 days ago
|
|
Ah, interesting, I must have mixed it up/looked at range request based HLS playlists in the past. Thank you! > AFAIK browsers don't throttle download speed, if that's what you mean. Yeah, I suppose by implementing a relatively large client-application-side buffer and reading from that in larger chunks rather than as small as the media codec allows, the same outcome can be achieved. Reading e.g. one MP3 frame at a time from the TCP buffer would effectively throttle the download, limited only by Nagle's Algorithm, but that's probably still much too small to be efficient for radios that prefer to sleep most of the time and then receive large bursts of data. |
|