Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
web-transport-dev
Conversations
About
web-transport-dev
1–30 of 47
Mark all as read
Report group
0 selected
Luke Curley
, …
Yali
3
May 4
WebTransport on Android
Hi, did you ever get a WebTransport client to work on android? On Thursday, November 3, 2022 at 10:06
unread,
WebTransport on Android
Hi, did you ever get a WebTransport client to work on android? On Thursday, November 3, 2022 at 10:06
May 4
Marten Richter
,
Thomas Steiner
3
Jan 1
Webtransport ponyfill
Hello, the ponyfill is now deprecated. The node.js @fails-components/webtransport now also acts as a
unread,
Webtransport ponyfill
Hello, the ponyfill is now deprecated. The node.js @fails-components/webtransport now also acts as a
Jan 1
Kershaw Jang
, …
Marten Richter
6
12/27/23
WebTransport over HTTP/2
Hi, my http/2 implementation now also works in my test app (at least the mapping to the WebSocket
unread,
WebTransport over HTTP/2
Hi, my http/2 implementation now also works in my test app (at least the mapping to the WebSocket
12/27/23
Zhipeng Zuo
11/30/23
hello , is there any java server implement example for webtransport
hello ,we use java as server , and client run with js ,currently we use websocket to connect . we
unread,
hello , is there any java server implement example for webtransport
hello ,we use java as server , and client run with js ,currently we use websocket to connect . we
11/30/23
guest271314
7/22/23
GoogleChrome samples throws DeprecationWarning: There is no current event loop loop = asyncio.get_event_loop()
GoogleChrome samples throws DeprecationWarning: There is no current event loop loop = asyncio.
unread,
GoogleChrome samples throws DeprecationWarning: There is no current event loop loop = asyncio.get_event_loop()
GoogleChrome samples throws DeprecationWarning: There is no current event loop loop = asyncio.
7/22/23
Marten Richter
3
1/15/23
Opening multiple webtransport sessions in a row and 'Connection Lost'
Ok, well I am talking to myself. Anyway, it can be that an earlier session in the testing environment
unread,
Opening multiple webtransport sessions in a row and 'Connection Lost'
Ok, well I am talking to myself. Anyway, it can be that an earlier session in the testing environment
1/15/23
Marten Richter
,
Victor Vasiliev
2
11/15/22
Http/2 webtransport
Hi Marten, As far as I am aware, there are currently no implementations of the WebTransport over HTTP
unread,
Http/2 webtransport
Hi Marten, As far as I am aware, there are currently no implementations of the WebTransport over HTTP
11/15/22
Marten Richter
,
Victor Vasiliev
3
11/8/22
Does Webtrasnport support query parameters
Thanks, then I will try to find a way to support them in the node addon. Victor Vasiliev <vasilvv@
unread,
Does Webtrasnport support query parameters
Thanks, then I will try to find a way to support them in the node addon. Victor Vasiliev <vasilvv@
11/8/22
shuo zhang
3
7/27/22
net::ERR_QUIC_PROTOCOL_ERROR.QUIC_PACKET_WRITE_ERROR (Write failed with error: -109 (Unknown error: -109))
I found that the -109 error code is the address unreachable through the source code of chrome. I
unread,
net::ERR_QUIC_PROTOCOL_ERROR.QUIC_PACKET_WRITE_ERROR (Write failed with error: -109 (Unknown error: -109))
I found that the -109 error code is the address unreachable through the source code of chrome. I
7/27/22
Luke Curley
7/15/22
Fwd: Warp Demo + Updates
Cross posting to web-transport-dev as well. Warp is a video protocol that uses WebTransport. I wrote
unread,
Fwd: Warp Demo + Updates
Cross posting to web-transport-dev as well. Warp is a video protocol that uses WebTransport. I wrote
7/15/22
C.C. Fan
,
Thomas Steiner
2
7/15/22
A public WebTransport Echo Server
Thank you very much! I have opened https://github.com/GoogleChrome/web.dev/pull/8335 for the link to
unread,
A public WebTransport Echo Server
Thank you very much! I have opened https://github.com/GoogleChrome/web.dev/pull/8335 for the link to
7/15/22
Marten Richter
,
Victor Vasiliev
2
6/23/22
node.js wrapper for webtransport
Hi Marten, This is exciting! For what it's worth, we do intend to provide CMake build files for
unread,
node.js wrapper for webtransport
Hi Marten, This is exciting! For what it's worth, we do intend to provide CMake build files for
6/23/22
李宇翔
, …
andy tian
4
4/18/22
How does Chrome determine that the WebTransport connection is disconnected?
I testing switching networks, then the connection lost was triggered soon after switching the network
unread,
How does Chrome determine that the WebTransport connection is disconnected?
I testing switching networks, then the connection lost was triggered soon after switching the network
4/18/22
andy tian
, …
Bernard Aboba
10
4/15/22
how to select BBR congestion control in webtransport (chrome)
I have enough bandwidth,but more than 30% loss。 when might rtp over quic be ready? Or is there a
unread,
how to select BBR congestion control in webtransport (chrome)
I have enough bandwidth,but more than 30% loss。 when might rtp over quic be ready? Or is there a
4/15/22
guest271314
2/6/22
Memory leak in aioquic
Let's say the requirement is to write exactly one (1) datagram to server, and for the server to
unread,
Memory leak in aioquic
Let's say the requirement is to write exactly one (1) datagram to server, and for the server to
2/6/22
guest271314
,
Yutaka Hirano
17
2/2/22
WebTransport server does not support live-streaming
How to disable idle timeout? On Saturday, January 22, 2022 at 12:27:58 PM UTC-8 guest271314 wrote: I
unread,
WebTransport server does not support live-streaming
How to disable idle timeout? On Saturday, January 22, 2022 at 12:27:58 PM UTC-8 guest271314 wrote: I
2/2/22
Jukka Jylänki
, …
Yutaka Hirano
5
1/28/22
Is there a WebTransport connection closed event in aioquic?
https://github.com/web-platform-tests/wpt/blob/master/tools/webtransport/h3/webtransport_h3_server.py
unread,
Is there a WebTransport connection closed event in aioquic?
https://github.com/web-platform-tests/wpt/blob/master/tools/webtransport/h3/webtransport_h3_server.py
1/28/22
Tanjin
, …
guest271314
18
1/26/22
latency when calling read() for server-initiated stream
When I set idle_timeout to a value greater than 60 https://github.com/aiortc/aioquic/blob/
unread,
latency when calling read() for server-initiated stream
When I set idle_timeout to a value greater than 60 https://github.com/aiortc/aioquic/blob/
1/26/22
Yutaka Hirano
, …
kk as
5
1/20/22
Re: [blink-dev] Re: Intent to extend the origin trial: WebTransport over HTTP/3
Hi Thanks for the reply.. Yes can let you know the performance difference between streams and
unread,
Re: [blink-dev] Re: Intent to extend the origin trial: WebTransport over HTTP/3
Hi Thanks for the reply.. Yes can let you know the performance difference between streams and
1/20/22
Jukka Jylänki
,
Yutaka Hirano
2
1/19/22
Is webtransport_server.py up to date and known to work on Windows?
Thank you for using WebTransport! I replied at the GitHub thread. I know another working server: web-
unread,
Is webtransport_server.py up to date and known to work on Windows?
Thank you for using WebTransport! I replied at the GitHub thread. I know another working server: web-
1/19/22
Jake Holland
,
Yutaka Hirano
4
1/13/22
Running webtransport wpt tests
Some tests expect that WebTransport session establishment to be blocked. These tests will pass when
unread,
Running webtransport wpt tests
Some tests expect that WebTransport session establishment to be blocked. These tests will pass when
1/13/22
Chris Morris
, …
Victor Vasiliev
4
1/4/22
ERR_METHOD_NOT_SUPPORTED ":status 200" Response
METHOD_NOT_SUPPORTED typically means that one of the SETTINGS parameters required is missing, though
unread,
ERR_METHOD_NOT_SUPPORTED ":status 200" Response
METHOD_NOT_SUPPORTED typically means that one of the SETTINGS parameters required is missing, though
1/4/22
Chris Morris
,
Lucas Pardue
2
12/28/21
PUSH_PROMISE to initialize WebTransport connection?
Hi Chris, I'm not a Chrome engineer but this doesn't sound right. Before a WebTransport
unread,
PUSH_PROMISE to initialize WebTransport connection?
Hi Chris, I'm not a Chrome engineer but this doesn't sound right. Before a WebTransport
12/28/21
Amit Sharma
, …
Yutaka Hirano
7
11/15/21
DNS over TLS
Ah I think I understand what you are trying to do. You want to implement DNS over TLS using
unread,
DNS over TLS
Ah I think I understand what you are trying to do. You want to implement DNS over TLS using
11/15/21
guest271314
, …
Luke Curley
11
11/14/21
fetch() vs WebTransport
I have not yet been able to stream as i can with fetch() and PHP. I have been able to compare a loop
unread,
fetch() vs WebTransport
I have not yet been able to stream as i can with fetch() and PHP. I have been able to compare a loop
11/14/21
Yutaka Hirano
,
guest271314
3
11/3/21
Re: WebTransport crashes the tab
Steps to reproduce: https://gist.github.com/guest271314/5f567517f94572e84026e76ec6e7cd89. Select
unread,
Re: WebTransport crashes the tab
Steps to reproduce: https://gist.github.com/guest271314/5f567517f94572e84026e76ec6e7cd89. Select
11/3/21
Bernard Aboba
,
guest271314
3
11/1/21
Re: GoogleChrome/samples and aioquic WebTransport examples throw
I registered for the Hackathon. Ready to test server code and specification claims. Where do I start?
unread,
Re: GoogleChrome/samples and aioquic WebTransport examples throw
I registered for the Hackathon. Ready to test server code and specification claims. Where do I start?
11/1/21
Aigars Mahinovs
,
guest271314
4
8/27/21
Simple live video transport over HTTP/3 or WT?
Previously I serialized images and streamed them for video. https://plnkr.co/edit/4Tb91b?preview,
unread,
Simple live video transport over HTTP/3 or WT?
Previously I serialized images and streamed them for video. https://plnkr.co/edit/4Tb91b?preview,
8/27/21
Leo
, …
Derek Lu
4
8/4/21
WebTransport Demo, Error 296
It's working now🍻 https://github.com/GoogleChrome/samples/tree/gh-pages/webtransport 在2021年6月2日星期
unread,
WebTransport Demo, Error 296
It's working now🍻 https://github.com/GoogleChrome/samples/tree/gh-pages/webtransport 在2021年6月2日星期
8/4/21
Yutaka Hirano
, …
guest271314
26
6/7/21
Intent to Experiment: WebTransport over HTTP/3
> I specifically ask to use a calm and respectful tone when talking to other folks in this forum.
unread,
Intent to Experiment: WebTransport over HTTP/3
> I specifically ask to use a calm and respectful tone when talking to other folks in this forum.
6/7/21