Hacker News new | ask | show | jobs
Show HN: WebTransport vs. WebRTC vs. WebSocket (github.com)
33 points by WanjohiRyan 1268 days ago
2 comments

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.

yea, would also love to see this
The third scenario is fixed with https://datatracker.ietf.org/doc/html/rfc8260

This just needs to be implemented in libwebrtc’s SCTP implementation. It isn’t implemented in Pion either I believe?