1. 29 Jan, 2020 1 commit
  2. 28 Jan, 2020 4 commits
  3. 27 Jan, 2020 8 commits
  4. 26 Jan, 2020 26 commits
  5. 25 Jan, 2020 1 commit
    • Marton Balint's avatar
      avformat/udp: increase the default buffer size of a receiving socket to 384K · 15d160cc
      Marton Balint authored
      It is a common mistake that people only increase fifo_size when they experience
      drops, unfortunately this does not help for higher bitrate (> 100 Mbps) streams
      when the reader thread simply might not receive the packets in time (especially
      under high CPU load) if the default 64 KB of kernel buffer size is used.
      
      New default is determined so that common linux systems can set this buffer size
      without tuning kernel parameters.
      Signed-off-by: 's avatarMarton Balint <cus@passwd.hu>
      15d160cc