diff --git a/README.md b/README.md index 5a8a4ba..37c6ad2 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ ffmpeg.wasm is a pure Webassembly / Javascript port of FFmpeg. It enables video

-Try it: [https://ffmpegwasm.github.io](https://ffmpegwasm.github.io#demo) +Try it: [https://ffmpegwasm.appspot.com/](https://ffmpegwasm.appspot.com/#demo) ## Installation @@ -46,8 +46,10 @@ $ node --experimental-wasm-threads --experimental-wasm-bulk-memory transcode.js Or, using a script tag in the browser (only works in some browsers, see list below): +> SharedArrayBuffer is only available to pages that are [cross-origin isolated](https://developer.chrome.com/blog/enabling-shared-array-buffer/#cross-origin-isolation). So you need to host your own server with `Cross-Origin-Embedder-Policy: require-corp` and `Cross-Origin-Opener-Policy: same-origin` headers to use ffmpeg.wasm. + ```html - +