Replies: 4 comments
|
Websockets are TCP so already you have kind of the wrong protocol for video calls. But you can lower max backpressure and TCP socket send buffer sizes to allow the lib to skip old data |
0 replies
|
I'll try wait me back |
0 replies
|
You also need to set the kernel TCP send buffer size small |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
My business uses pub/sub format to forward calls between both parties.
How to get only the latest push on the sub side and allow discarding part of the old stream to ensure the lowest delay
All reactions