←back to thread

292 points kixelated | 1 comments | | HN request time: 0.2s | source
Show context
wiradikusuma ◴[] No.44989201[source]
Since it's "under the hood" as long as major browsers support it (I can't even find in caniuse?) it's good.

And I guess if webview engines like Microsoft Edge WebView2 supports it then developers can use it immediately (wrapping it).

But how about from the other side, I guess OBS and YouTube must start supporting it to actually be useful?

replies(2): >>44989492 #>>44990145 #
1. kixelated ◴[] No.44990145[source]
https://caniuse.com/webtransport https://caniuse.com/webcodecs

Technically, WebCodecs is not required since you can use MSE to render, but it's more work and higher latency.

Working on a WebSocket fallback and OPUS encoder in WASM to support Safari.