Hacker News new | ask | show | jobs
by jtsiskin 1268 days ago
How are you gonna send binary data over a media channel?
1 comments

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.