open-webrtc-toolkit / owt-sdk-quic

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

Sample Application (Linux / Windows) #44

Open Kmtest-rgb opened 2 years ago

Kmtest-rgb commented 2 years ago

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 so can you please provide the location ?

thanks

jianjunz commented 2 years ago

We don't have a sample app for QUIC SDK or QUIC APIs for native SDK. QUIC agent of conference server calls this QUIC SDK for WebTransport features. You may take that as an example. You may also refer to unit tests for basic usages.

mkumars20 commented 2 years ago

Hi I am having some issues with the 5.0 Quic client with the 5.0 server . as I have explained in the other repository.

I am not sure if the owt_quic_transport.dll.lib / dll I compiled myself is correct or not ?

Is it possible for you to provide the owt_quic_transport.dll that you generated when you released 5.0 client. I could'nt find it in your CI builds as it is probably old.

Also when do you plan to release the next server 6.0 ? or 5.3

thanks