diff options
author | Marton Balint <cus@passwd.hu> | 2020-01-14 19:18:01 +0100 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2020-01-25 23:16:47 +0100 |
commit | 15d160cc0b23f531a3f7f3f4c9eb463b179227f3 (patch) | |
tree | 181dba0d62df7226254e5cede032d31126077886 /libavutil/x86/x86util.asm | |
parent | 67f39b32db2b68eabcc51519a2430687439f1cf5 (diff) | |
download | ffmpeg-15d160cc0b23f531a3f7f3f4c9eb463b179227f3.tar.gz |
avformat/udp: increase the default buffer size of a receiving socket to 384K
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: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'libavutil/x86/x86util.asm')
0 files changed, 0 insertions, 0 deletions