Hacker News new | ask | show | jobs
by kevmo314 1271 days ago
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.
2 comments

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