1. 11 Jan, 2021 5 commits
  2. 09 Jan, 2021 1 commit
  3. 08 Jan, 2021 3 commits
  4. 05 Jan, 2021 3 commits
  5. 04 Jan, 2021 5 commits
  6. 03 Jan, 2021 8 commits
  7. 01 Jan, 2021 5 commits
  8. 28 Dec, 2020 5 commits
  9. 27 Dec, 2020 3 commits
  10. 26 Dec, 2020 2 commits
    • Juliusz Chroboczek's avatar
      Reduce the NACK delay. · e88942c9
      Juliusz Chroboczek authored
      We bound the NACK delay to 2 packets, which is what TCP does.
      Thus, reducing the delay should be safe.
      e88942c9
    • Juliusz Chroboczek's avatar
      Allow various codecs. · 5d38b0a2
      Juliusz Chroboczek authored
      It is now possible to specify codecs other than VP8 and Opus.  This
      turns out not to be very useful, since VP8 is the only codec supported
      by all browsers (in violation of the WebRTC spec, which mandates support
      for H.264), and there is no good reason to use anything other than Opus
      for audio.
      5d38b0a2