owt-sdk-quic icon indicating copy to clipboard operation
owt-sdk-quic copied to clipboard

C++ server and client APIs for WebTransport.

Results 15 owt-sdk-quic issues
Sort by recently updated
recently updated
newest added

Hi, Seems that "gclient sync" is done. When execute “gn gen out/debug” command It outputs as follow: ERROR at //testing/test.gni:21:30: Undefined identifier tests_have_location_tags = generate_location_tags ^--------------------- See //testing/libfuzzer/fuzzer_test.gni:9:1: whence it...

Even no new change is merged, run workflow every 90 days to keep the code works and artifacts available.

enhancement
infra

hello while i am trying to do the steps in build_instructions one by one at "gn gen out/debug" step I am getting the error "ERROR Unresolved dependencies. //:gn_all(//build/toolchain/linux:clang_x64) needs //owt/web_transport:owt_web_transport(//build/toolchain/linux:clang_x64)"...

Stream could be invalid when read side and write side are closed. This change also adds events for receiving REST_STREAM and STOP_SENDING frame.

Hi Is there any sample quic/webtransport application ( linux or windows) which uses owt-client-native which calls owt-quic-sdk to test the webtransport / quic features of owt server / client. If...

I read this [article](https://github.com/open-webrtc-toolkit/owt-sdk-quic/blob/main/web_transport/docs/build_instructions.md), follow the article step by step, check the latest main branch, but compile failed. ``` ninja -C out/release owt_web_transport owt_web_transport_tests ninja: Entering directory `out/release' [3414/3759] CXX...

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...

Hi, I am taking tests on high sender loss network condition. The connection is often closed by the network blackhole detection. After I swiched the blackhole_detection_disabled_ to true in quic_connection.h,...