HackerTrans
トップ新着トレンドコメント過去質問紹介求人

pthatcherg

no profile record

コメント

pthatcherg
·11 か月前·議論
I'm excited to see a major use of WebTransport!
pthatcherg
·2 年前·議論
Why don't you like libwebrtc? There's a lot of good stuff in there.
pthatcherg
·2 年前·議論
This is just an initial proposal, and probably will reduce down to one with developer feedback and implementation experience, which is normal for API development.

Whether it's one shape or the other doesn't take affect the network protocol underneath.

If you have constructive ideas of how to simplify the protocol underneath or the API, you can share them with the authors. The people that work on that APIs are always looking for constructive feedback
pthatcherg
·2 年前·議論
I'm not sure what you mean. It does work without a domain name and SSL cert.
pthatcherg
·2 年前·議論
I did something similar a while back: https://github.com/pthatcherg/stunl
pthatcherg
·2 年前·議論
WebRTC (with p2p) was done within the W3C, as was a p2p QuicTransport. And this new API is similar to the open screen APIs that have been done in the W3C.

So I'm pretty sure work like this can be done in the W3C.
pthatcherg
·2 年前·議論
I was one of the original authors of the p2p QuicTansport API and the WebTransport API which is based on it.

I've also recently discussed this new local p2p API with the authors. And I'm in the favor of it, at least in principle.

The difference is that local p2p does not require signaling like, say the p2p done by ICE, WebRTC, or p2p QuicTransport. So for some uses cases, this would be better. And, if done right, this would fit well into a cohesive set of APIs that cover both kinds of p2p.

I'm also in favor of making APIs low level, but I'm not sure if raw sockets is going to work. Keeping congestion control working is pretty important.