ffmpegwasm / ffmpegwasm/react-app
ffmpeg-core unpkg NotSameOriginAfterDefaultedToSameOriginByCoep
Aberta
- Linguagem predominante
- JavaScript
- Estrelas
- 214
- Forks
- 52
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
The initial problem faced running this app is an inability to successfully fetch from unpkg

However, disabling the cross origin leads to the `SharedArayBuffer` problem as described in [installation](https://github.com/ffmpegwasm/ffmpeg.wasm#installation). Does this mean the ffmpeg core needs to be loaded from same origin?
```js
const ffmpeg = createFFmpeg({
corePath: "node_modules/@ffmpeg/core/dist/ffmpeg-core.js",
```
Doing so creates a problem that I originally faced trying this out in codesandbox
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.