You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to record a video with etro using Svelte. It works fine on desktop (chrome) but it doesn't work in iOS on native device. I am using iphone 16 on latest ios version.
After som debugging, i've identified that there is a problem in ondataavailable function in MediaRecorder. The event passed inn seems incorrect. See picture below:
I am trying to record a video with etro using Svelte. It works fine on desktop (chrome) but it doesn't work in iOS on native device. I am using iphone 16 on latest ios version.
After som debugging, i've identified that there is a problem in
ondataavailable
function in MediaRecorder. The event passed inn seems incorrect. See picture below:The event doesnt look like to be a Blob event.
This is the code i'm using:
On Chrome on mac os, it's working as intended:
I really don't know what the issue is.
The text was updated successfully, but these errors were encountered: