summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2020-01-14 19:18:01 +0100
committerMarton Balint <cus@passwd.hu>2020-01-25 23:16:47 +0100
commit15d160cc0b23f531a3f7f3f4c9eb463b179227f3 (patch)
tree181dba0d62df7226254e5cede032d31126077886 /libavcodec/allcodecs.c
parent67f39b32db2b68eabcc51519a2430687439f1cf5 (diff)
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 'libavcodec/allcodecs.c')
0 files changed, 0 insertions, 0 deletions