Hacker News new | ask | show | jobs
by ctulek 2176 days ago
Can I use WebTransport for multi-tenant non-p2p video conferencing?
1 comments

tl;dr seems to be "probably" - my setup for this would be a MediaRecorder on your webcam and microphone input, piping data into a modified version of SRT for some level of reliability, error correction and buffering so the data arrives at the decoder at the right time. The problem is that MediaRecorder is not particularly configurable, and seems to spit out something different from the WebRTC encoder.