open-webrtc-toolkit / owt-sdk-quic

C++ server and client APIs for WebTransport.
Apache License 2.0
114 stars 46 forks source link

Chromium build #48

Open WebRTCCoder opened 3 years ago

WebRTCCoder commented 3 years ago

Hi Is there a way to build the owt-sdk-quic without downloading and building the entire chromium code (as it takes a very long time) . Is there still a dependency on chrome .

I saw a few quic clients online which dont need chrome.

I am reading that the new QUIC which the webtransport uses , is independent of chrome. So assuming owt-sdk-quic uses the web transport / HTTP3/QUIC defined by IETF, do we still need to build chrome ?

thanks