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
{{ message }}
This repository was archived by the owner on Apr 4, 2019. It is now read-only.
Oh sorry! Such a stupid mistake!
I have fixed that. Now it doesn't give any error.
The final Blob seems to be properly created.
This is the console.log of the blobArray:
And this is the console.log of the resultingBlob:
But something weird is going on when I play the Blob.
If I download the blob, creating the url in this way: window.URL.createObjectURL(resultingBlob) and the open it in VLC, only the first video is played.
If I open the link in a new tab I can see video 1 + video 2 with their audio.
But the video2 it's only a freeze frame.
Do you know perhaps why this is happening?
Have you see a similar behavior?
If you use this package, the final video file will contain all the pieces one after another?
Thanks!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello. This is package is exactly what I need.
Unfortunately it is not working.
Is it still active the project?
I am passing the array of blobs but I am getting the following error:
Failed to execute 'readAsArrayBuffer' on 'FileReader': parameter 1 is not of type 'Blob'.
I am simply calling the function and passing my array of blobs:
Do you know why this is happening?
Thanks!
The text was updated successfully, but these errors were encountered: