ffmpeg-explorer icon indicating copy to clipboard operation
ffmpeg-explorer copied to clipboard

Chrome with MT fixed and COEP/COOP server!

Open radames opened this issue 1 year ago • 4 comments

Hi @antiboredom, amazing project! It looks like the issue with ffmpeg wasm MT on Chrome was solved with the latest @ffmpeg/[email protected] it worth trying!

https://github.com/antiboredom/ffmpeg-explorer/blob/568390ba23b5565dd5ce623eed1d22ea4c7b3b85/src/App.svelte#L21-L22

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 🤦🏼

radames avatar Sep 07 '23 23:09 radames