-
Notifications
You must be signed in to change notification settings - Fork 130
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
MP4 file missing all meta info #113
Comments
+1 |
I faced that too. Safari is the only browser (at least that I know) that records using MP4 format, all other browsers (like Chrome) records using WebM format. My solution was implementing a video converter on the serve for all videos not recorded by safari. |
Hello everyone, I've run into this issue too |
same issue, the problem is that if i want to get the duration into the code i got Infinity by the missing metadata, you found some fix? |
Same issue here, I can't get neither frame size or duration of the video. |
Im downloading file from the blobUrl
and I missing some meta info
on the left the file downloaded using the media recorder, in the right some mp4 file.
usage:
The text was updated successfully, but these errors were encountered: