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

Throw error: Unhandled Promise Rejection: DataCloneError on Safari for iOS

Open frmachao opened this issue 1 year ago • 0 comments

Describe the bug

When I use ffmpeg.wasm on Safari or Chrome on iOS, an error occurs during the execution of ffmpeg.load({coreURL}).

To Reproduce

  1. Access [video.frmachao.top](https://video.frmachao.top/) using Safari on IOS.
  2. Click on the upload button, and after successful upload, click on the compress button.
  3. Wait for the error to appear in the console.

Expected behavior It works fine on desktop Safari and Chrome, and I also hope it can work on browsers on the iOS platform.

Screenshots image

Smartphone (please complete the following information):

  • Device: iPhone13 pro
  • OS: IOS16.1.1
  • Browser: Safarichrome

Additional context ffmpeg/core version 0.12.2

frmachao avatar Sep 17 '23 02:09 frmachao