ffmpegwasm / ffmpegwasm/react-app
ffmpeg-core unpkg NotSameOriginAfterDefaultedToSameOriginByCoep
Đang mở
- Ngôn ngữ chính
- JavaScript
- Star
- 214
- Fork
- 52
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.