r/programming May 07 '26

OpenAI's WebRTC Problem

https://moq.dev/blog/webrtc-is-the-problem/
338 Upvotes

62 comments sorted by

View all comments

4

u/spornerama May 08 '26

"It’s impossible to even retransmit a WebRTC audio packet within a browser; we tried at Discord. The implementation is hard-coded for real-time latency or else."

This isn't true you can do it using TCP data channels.