noVNC icon indicating copy to clipboard operation
noVNC copied to clipboard

Support Webtransport

Open Craigzyc opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe. I'm having issues with websockets being blocked a fair bit. Adding webtransport would give an alternative connection method to try

Describe the solution you'd like Add webtransport, similar to how socket.io has just done

Describe alternatives you've considered We have tried everything else we can to fix this one these limited corporate networks but its always a hassle if it can be fixed

Additional context https://developer.mozilla.org/en-US/docs/Web/API/WebTransport

Craigzyc avatar Sep 15 '23 20:09 Craigzyc

I'm not sure WebTransport would be a good solution for that issue. It's even more exotic than WebSocket, and even requires HTTP/3 which doesn't even use TCP.

It's something we could consider adding in the future, but it looks a bit fresh at the moment. It's not supported by Safari, or Firefox ESR yet.

CendioOssman avatar Sep 18 '23 05:09 CendioOssman