ffmpeg.wasm
ffmpeg.wasm copied to clipboard
Safari Desktop Problem loading the wasm (Not tested on mobile)
Describe the bug When executed on safari it gives an error loading the wasm.
To Reproduce Just try to use on safari
Expected behavior I expected the ffmpeg wasm to load correctly.
Screenshots
Desktop (please complete the following information):
- OS: macOS Ventura
- Browser Safari
- Version Version 16.1 (18614.2.9.1.12)
Smartphone (please complete the following information): Don't know, not tested
Additional context N/A
Same here
Also have the same problem on Safari 16. @Quilljou, @henrmota, did you find solutions for this?
Same issue
Having this issue, too. Using Safari 15.
On iPhone Safari, this error doesn't seem to happen, but the video isn't showing at all either. Not sure if it's an ffmpeg issue, or a problem with either the <video>
tag or the Blob
. Videos generally work fine, on the website. Just this one generated by ffmpeg (and saved in blob) doesn't seem to work.
Working perfectly on Windows & Android (using Chrome).
EDIT - Looks like I was just missing a playsinline
attribute in the <video>
tag.
The issue still happens on MacOS, likely because SIMD not supported on older versions - https://github.com/ffmpegwasm/ffmpeg.wasm/issues/633