-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Hi @antiboredom, amazing project!
It looks like the issue with ffmpeg wasm MT on Chrome was solved with the latest @ffmpeg/ffmpeg@0.12.6
it worth trying!
ffmpeg-explorer/src/App.svelte
Lines 21 to 22 in 568390b
const isChrome = navigator.userAgent.match(/chrome|chromium|crios/i); | |
const baseURL = `https://unpkg.com/@ffmpeg/core${!isChrome ? "-mt" : ""}@0.12.2/dist/esm`; |
BTW is you ever need to host static pages with COEP/COOP header HuggingFace Static SDK now support custom headers!!
https://huggingface.co/spaces/radames/OpenAI-CLIP-JavaScript
# README.md
custom_headers:
cross-origin-embedder-policy: require-corp
cross-origin-opener-policy: same-origin
cross-origin-resource-policy: cross-origin
docs: https://huggingface.co/docs/hub/spaces-config-reference#:~:text=can%20be%20embedded.-,custom_headers,-%3A%20Dict%5Bstring
ps. I work there 🤦🏼
Metadata
Metadata
Assignees
Labels
No labels