ffmpeg.wasm icon indicating copy to clipboard operation
ffmpeg.wasm copied to clipboard

Safari Desktop Problem loading the wasm (Not tested on mobile)

Open henrmota opened this issue 1 year ago • 4 comments

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 Screenshot 2023-09-13 at 17 57 57

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

henrmota avatar Sep 13 '23 17:09 henrmota

Same here

Quilljou avatar Sep 26 '23 17:09 Quilljou

Also have the same problem on Safari 16. @Quilljou, @henrmota, did you find solutions for this?

MotleyWildside avatar Mar 20 '24 15:03 MotleyWildside

Same issue

marikaufmann avatar May 21 '24 07:05 marikaufmann

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

ghnp5 avatar Jul 29 '24 11:07 ghnp5