Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2020-01-14 21:18:01 +0300
committerMarton Balint <cus@passwd.hu>2020-01-26 01:16:47 +0300
commit15d160cc0b23f531a3f7f3f4c9eb463b179227f3 (patch)
tree181dba0d62df7226254e5cede032d31126077886 /doc/general.texi
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 'doc/general.texi')
0 files changed, 0 insertions, 0 deletions