From a99e15e02bc1fa2536cbce4522cadc8f2cd48070 Mon Sep 17 00:00:00 2001
From: Jerome Wu
Date: Mon, 26 Jul 2021 16:46:39 +0800
Subject: [PATCH] Update homepage url
---
README.md | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
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
-
+