-
-
Notifications
You must be signed in to change notification settings - Fork 975
Open
Description
Describe the bug
Run the react-vite-app in this project with npm install --legacy-peer-deps
or npm install --no-workspaces
and then npm run dev
To Reproduce
Press the button for loading ffmpeg.
Expected behavior
ffmpeg loads, and there's a button to transcode a video with ffmpeg
Actual Behavior / Screenthos
ffmpeg fails to load because of a 404 error.

Additional context
Changing the URL at
const baseURL = "https://unpkg.com/@ffmpeg/core-mt@0.12.10/dist/esm"; |
""https://unpkg.com/@ffmpeg/core-mt@0.12.10/dist/esm"
to ""https://unpkg.com/@ffmpeg/core-mt@0.12.6/dist/esm"
fixes the issue, but I'm wondering if some configuration for hosting the ffmpeg core files can be updated to make 0.12.10
workmatthewma7
Metadata
Metadata
Assignees
Labels
No labels