ffmpegwasm / ffmpeg.wasm

FFmpeg for browser, powered by WebAssembly
https://ffmpegwasm.netlify.app
MIT License
13.63k stars 787 forks source link

Fix postMessage(error) in worker #540

Closed jeromewu closed 11 months ago

jeromewu commented 11 months ago

Fix #533

netlify[bot] commented 11 months ago

Deploy Preview for ffmpegwasm canceled.

Name Link
Latest commit 6fdc9c4d3da4709fe385a8bb7d9ca6018e424633
Latest deploy log https://app.netlify.com/sites/ffmpegwasm/deploys/64d4ebaff69ce8000899cb67
lyqline commented 11 months ago

image

image

@ffmpeg/ffmpeg version 0.12.4

found on unpkg but not found on npm @jeromewu

jeromewu commented 11 months ago

https://www.npmjs.com/package/@ffmpeg/ffmpeg?activeTab=versions

lyqline commented 11 months ago

image image @jeromewu is the same problem?already update to 0.12.4

jeromewu commented 11 months ago

Please create an issue to discuss and also check if you are using the correct version

lyqline commented 11 months ago

sorry,I should use fetchFile to download resources, but I used fetch, which caused this error. After correction, the code is no problem