-
-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Safari Support #92
Comments
Hey, @alex-cory the https://caniuse.com/sharedarraybuffer says that it can be enabled on Safari using a flag. This could be a workaround, but let me try to dig up an old mac and see if I can get it to work. |
To be specific, mobile Safari. |
Hey, @alex-cory not planning to support mobile browsers at this time, there are a couple of reasons for this:
That being said, I would love to be able to support mobile sometime in the future, when the browsers natively support the required features. Related to #87 |
If you were to try and solve this problem today without |
Hey, @alex-cory so under the hood for web assembly we use https://github.com/modfy/ffmpeg.wasm a forked version of https://github.com/ffmpegwasm/ffmpeg.wasm. Here we have made some change with promise handling and added certain headers to support firefox (the original repository only supports chrome). I would have to look into how to re-engineer the project to not use Few other things to note, That being said, I am totally down to collaborate on trying to build a solution without |
I will definitely take you up on this, I just need a little time. I will comment back here when I'm ready. |
Are there any plans to support Safari? Are there any ways to workaround this?
The text was updated successfully, but these errors were encountered: