meetecho / janus-gateway

Janus WebRTC Server
https://janus.conf.meetecho.com
GNU General Public License v3.0
8.17k stars 2.47k forks source link

[1.x] #3226

Closed xunlujiehuo closed 1 year ago

xunlujiehuo commented 1 year ago

What version of Janus is this happening on? 1.1.13

Hello, I have recently encountered a problem that is difficult to solve. When I use my pressure measurement tool for pressure measurement, there is no problem with streaming. There will be packet loss when there is only one push flow, at least 200 pull flows. I use the tool netstat -s|grep "send buffer errors" to find that the count has been increasing. This phenomenon occurs when I change After the NIC's queue length disappears. This phenomenon will disappear after setting netdev_max_backlog or ifconfig eth0 txqueuelen 15000. At this time, the queue length is already very long, which causes the delay of rtp. I would like to ask you whether there is any socket buffer setting in janus, and what I have encountered In this case, besides changing the queue length of the network card, is there any other way to change the janus configuration?

lminiero commented 1 year ago

Please ask this kind of questions on the group, we only use github for code issues.