ffmpegwasm / ffmpegwasm/react-app

ffmpeg-core unpkg NotSameOriginAfterDefaultedToSameOriginByCoep

未關閉
#16 5 則留言 1 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
JavaScript
星號
214
分支
52
PR 合併指標
30 天內沒有已合併 PR

描述

The initial problem faced running this app is an inability to successfully fetch from unpkg

image

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

image

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。