|
|
|
|
|
by navanchauhan
1838 days ago
|
|
It uses ffmpeg (compiled to WASM) and currently only Chromium browsers support SharedArrayBuffers. SAFs were disabled on all major browsers after the Spectre exploit iirc. Slowly but steadily they’ll patch and bring the feature back, and it’ll automatically be compatible with those browsers then. Edit: Apparently Firefox does have SharedArrayBuffer support[0], but needs special headers. [0] https://caniuse.com/sharedarraybuffer |
|