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
Been struggling using the library with iOS. I am able to record my video correctly but the playback is only showing the first frame of the video.
I have validated that the video is successfully recorded as I send it to a server without any issue, the only problem is the playback.
The issue seems to be with the blob URL, specifically, the url created is in format blob://example and there doesn't seem to be a way to play that back, or at least, I haven't found how.
Anyone else running into this issue?
The text was updated successfully, but these errors were encountered:
Been struggling using the library with iOS. I am able to record my video correctly but the playback is only showing the first frame of the video.
I have validated that the video is successfully recorded as I send it to a server without any issue, the only problem is the playback.
The issue seems to be with the
blob
URL, specifically, theurl
created is in formatblob://example
and there doesn't seem to be a way to play that back, or at least, I haven't found how.Anyone else running into this issue?
The text was updated successfully, but these errors were encountered: