Live data from Hacker News

Show HN: WebTransport vs. WebRTC vs. WebSocket

github.com

1–6 of 6 posts

Re: Show HN: WebTransport vs. WebRTC vs. WebSocket

#6
post #5
post #3

I'd be curious to see how WebRTC's media channels do in addition to the data channels too. Nacks might be faster than the retransmission interval.

How are you gonna send binary data over a media channel?

What is video if not binary data? You can send whatever you want over a media channel, WebRTC is (largely) unopinionated about the payload contents.

It's uncommon, but my comment was more to shine light on the different characteristics between media channels and data channels.