Y
Hacker News
new
|
ask
|
show
|
jobs
by
devwastaken
2673 days ago
How is webrtc handled at scale? Seems most webrtc server software doesn't perform that well, and discord I believe is using turn to proxy it all, so that's gotta be a lot of data flowing.
2 comments
vhiremath4
2673 days ago
https://blog.discordapp.com/how-discord-handles-two-and-half...
link
jhgg
2673 days ago
The tldr is we wrote our own highly efficient SFU - and we used our own transport layer that is not dtls, but xsalsa poly over udp.
link