<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.8.4">
</HEAD>
<BODY>
I am building a streaming music server that delivers mp3 files from disk to instances of 'mplayer'.  So far I am using the Cowboy static handler for this, and it is working for a single player but I wonder how efficient the buffering is at the network level.  Should I instead be doing this myself with an http handler and chunked replies?
</BODY>
</HTML>