From ab168845842cccdd66b5f033b81bc93e29d56ba8 Mon Sep 17 00:00:00 2001 From: Alfred Gutierrez Date: Sat, 3 Oct 2020 22:18:43 -0700 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 366227d..cf2d96f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,10 @@ https://alfg.github.io/ffprobe-web-analyzer/ -⚠️ Currently functional, but a work-in-progress! Check back for updates! +⚠️ A work-in-progress! Check back for updates! + +⚠️⚠️ Currently works in Google Chrome and Microsoft Edge only due to limited support for [SharedArrayBuffer](https://caniuse.com/sharedarraybuffer). Github Pages does not support custom response headers to enable the [required CORS headers](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer) for Firefox. + ## Development `ffprobe-web-analyzer` uses [emscripten](https://emscripten.org/) to compile [FFmpeg](https://ffmpeg.org)'s [libav](https://ffmpeg.org/doxygen/4.1/index.html) to [Web Assembly](https://webassembly.org/) via [Docker](https://www.docker.com/). @@ -49,4 +52,4 @@ npm run deploy * https://bootstrap-vue.org ## License -MIT \ No newline at end of file +MIT