GoogleChrome / samples

A repo containing samples tied to new functionality in each release of Google Chrome.
https://www.chromestatus.com/samples
Apache License 2.0
5.77k stars 2.39k forks source link

Webtransport Sample does not work on Firefox 122, Microsoft Edge 121, Opera GX #822

Open ValorZard opened 6 months ago

ValorZard commented 6 months ago

I've tested and tried it a few times. but it just doesnt work. I've used https://googlechrome.github.io/samples/webtransport/client.html, and it doesnt want to connect.

image

If it helps, I tried it with a different Webtransport demo (https://webrtc.internaut.com/wc/wtSender12/), and got this errror: image

This confuses me, because according to https://caniuse.com/mdn-api_webtransport, webtransport SHOULD be enabled on firefox

EDIT: After checking my other browsers, it doesn't seem to work there either: Opera GX: image image Microsoft Edge image image

What's weird is that the internaut demo DOES work on both of them