ffmpegwasm / ffmpegwasm/react-app

ffmpeg-core unpkg NotSameOriginAfterDefaultedToSameOriginByCoep

オープン
#16 コメント 5 件 リアクション 1 件 担当者 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 を短くまとめたダイジェスト。