|
|
|
|
|
by mattvr
207 days ago
|
|
While WebTransport is promising, it's limited to client-server communication unlike WebRTC. WebRTC supports peer-to-peer UDP connections as well. Thus it's better for use cases like low-latency games, video calling, and secure direct communication between devices. A better push might be to make WebRTC more simple and modern, but I'm not sure if any standards committees are working on this yet. |
|
* RTP over QUIC is promising https://datatracker.ietf.org/doc/draft-ietf-avtcore-rtp-over...
Do you want a new PeerConnection API? Are you annoyed with the Offer/Answer model? Do you have beef with the protocols. The possibility are endless :)