Show HN: WebTransport vs. WebRTC vs. WebSocket
1–6 of 6 posts
Re: Show HN: WebTransport vs. WebRTC vs. WebSocket
#2This just needs to be implemented in libwebrtc’s SCTP implementation. It isn’t implemented in Pion either I believe?
Re: Show HN: WebTransport vs. WebRTC vs. WebSocket
#3Re: Show HN: WebTransport vs. WebRTC vs. WebSocket
#4I'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.
Re: Show HN: WebTransport vs. WebRTC vs. WebSocket
#5I'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.
Re: Show HN: WebTransport vs. WebRTC vs. WebSocket
#6I'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?
It's uncommon, but my comment was more to shine light on the different characteristics between media channels and data channels.