Redirect root urls: most of music players are enabled to read a http stream with
a url without filename .. GET / requests should redirected to /stream.ogg for
instance.
Authentification: a configurable login/password could be used to protect access
to the http player (which can consume unwanted bandwidth)
Playlist URL: a playlist (with the pls format for instance) could be available
at a given url (/stream.pls)
Maximum connections: to avoid DoS problems, a maximum connection count should be
controled (and configurable)
This various improvements could be provided by a jetty server (like into the
freecast manager).