ffmpegwasm / ffmpegwasm/react-app
ffmpeg-core unpkg NotSameOriginAfterDefaultedToSameOriginByCoep
未關閉
- 主要語言
- JavaScript
- 星號
- 214
- 分支
- 52
- PR 合併指標
- 30 天內沒有已合併 PR
描述
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
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。