1. 18 Oct, 2014 3 commits
  2. 17 Oct, 2014 15 commits
  3. 16 Oct, 2014 2 commits
  4. 15 Oct, 2014 13 commits
  5. 14 Oct, 2014 2 commits
  6. 13 Oct, 2014 4 commits
  7. 12 Oct, 2014 1 commit
    • Mark McGough's avatar
      icecast: Do not use chunked post · 76c70e33
      Mark McGough authored
      Icecast uses HTTP 1.0 while Libav uses HTTP 1.1 and enables by
      default chunked post.
      
      Icecast actually forwards the HTTP chunk headers to the listener
      as part of the media stream (without the chunk encoding HTTP headers)
      causing the players to lose sync.
      
      Disabling the option is enough to feed icecast properly.
      Signed-off-by: 's avatarLuca Barbato <lu_zero@gentoo.org>
      76c70e33