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
""https://unpkg.com/@ffmpeg/[email protected]/dist/esm"
to ""https://unpkg.com/@ffmpeg/[email protected]/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
workMetadata
Metadata
Assignees
Labels
No labels