Questions tagged [webtransport]

Use this tag for questions related to the WebTransport API

8 questions
4
votes
1 answer

Firefox v57 WritableStream

The Streams API is a nice method for interacting with potentially infinite streams of data in the Browser. ReadableStreams specifically give you methods for representing potentially infinite sources of data; where "processing" is done…
Athan Clark
  • 3,886
  • 2
  • 21
  • 39
3
votes
2 answers

Do I have to get a valid SSL certificate to make WebTranport server examples work?

I tried several WebTranport server examples, but failed to establish a webtransport connection with Chrome 111. Server…
fuweichin
  • 1,398
  • 13
  • 14
2
votes
0 answers

What exactly is WebTransport Protocol?.How is it different from Websocket?

I have written applications in WebSockets protocol before. Now that i came to know about a new technology called WebTransport protocol.How is it different from WebSocket protocol and will it replace Websockets in the future?
Kiran S
  • 181
  • 10
2
votes
1 answer

gRPC vs WebTransport vs WebSocket for inter-service communication

So I have built a microservice architecture-based system. My services had to communicate with each other in real time with minimum latency... Which is good for me, gRPC or WebTransport or WebSocket? And why? My only requirement after speed... I…
2
votes
2 answers

Is it possible to make an HTTP CONNECT request with JavaScript in a browser?

I know that if I change the proxy setting of my browser to use an HTTP forward proxy, it will issue HTTP CONNECT requests to the proxy server. But this kind of behavior is transparent to the frontend JavaScript code. Out of pure curiosity, I'm…
btwiuse
  • 2,585
  • 1
  • 23
  • 31
1
vote
1 answer

corruption of unknown origin in audio (libopus) and video (nvenc HEVC) bitstreams sent via webtransport API, and decoded with webcodecs

I'm using windows 11, and chrome for the web client. I have a golang program that runs two c++ programs as subprocess. the first uses the nvidia video codec SDK to set up an hevc encoder: NV_ENC_INITIALIZE_PARAMS IP = {}; NV_ENC_CONFIG C = {}; …
Tiger Yang
  • 61
  • 4
1
vote
0 answers

WebTransport Support for getStats API

I am using WebTransport(https://w3c.github.io/webtransport/) to implement an application that communicates with the server in QUIC protocol. I planned to make my application control data generating speed with the current network state, so I tried to…
0
votes
0 answers

webTransport/QUIC implementation

when i am testing QUIC i am getting handshake error as opening handshake failed,mywebsite is using cloudflare cdn which support http3 and QUIC too enabled through cloudflare dashboard, please assist let url = 'https://groundsbooker.com'; //let url…
Sikki
  • 53
  • 1
  • 10