1. 08 Oct, 2011 6 commits
  2. 07 Oct, 2011 3 commits
  3. 06 Oct, 2011 6 commits
  4. 05 Oct, 2011 6 commits
  5. 04 Oct, 2011 7 commits
  6. 03 Oct, 2011 2 commits
  7. 30 Sep, 2011 2 commits
    • Steven Blackburn's avatar
      Add support for streaming to a DLNA client · 21851c06
      Steven Blackburn authored
      The Naim Uniti does not appear to support icecast-style streaming of FLAC
      music but does support the codec from a DLNA server. This change looks for
      "transferMode.dlna.org: Streaming" in the HTTP request header and responds
      with something the Uniti (and hopefully other DLNA clients) accepts.
      
      The only difference in the DLNA streaming mode is the reponse header and
      that icecast metadata is disabled. If a client request indicates both modes
      are supported, the DLNA mode is preferred (as the Uniti says it supports
      both but then rejects a FLAC ICY stream).
      
      Note: This change may be specific to Naim equipment (the only device it was
      tested on). E.g. the hardcoding of Content-Length which works but is not a
      logically correct value. The change should be backwards-compatible, so
      only those clients requesting a DLNA stream will see any difference.
      21851c06
    • Miklos Vajna's avatar
      83f6498a
  8. 21 Sep, 2011 7 commits
  9. 20 Sep, 2011 1 commit