6 ms·
Can I use WebTransport for multi-tenant non-p2p video conferencing?
by ctulek 6y ago
Can I use WebTransport for multi-tenant non-p2p video conferencing?
- vertex-four 6y agotl;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.