We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems like we may be experience the same bug that Cordova-Plugin-Camera is experiencing.
apache/cordova-plugin-camera#506
Any thoughts on a fix?
My localURL is
cdvfile://localhost/temporary/59284040337__0D7B9C83-F037-4886-A92A-064688556823.MOV
and the fullPath is
/private/var/mobile/Containers/Data/Application/021133A7-158B-4EDE-8EDD-CB330EBC21E2/tmp/59284040337__0D7B9C83-F037-4886-A92A-064688556823.MOV
I'm trying to get the videos up to FireBase, but this seems to be a corrupted file. See full mediaFile output here:
end: 0 fullPath: "/private/var/mobile/Containers/Data/Application/2802BF6F-AF3B-472A-ADB4-D14463487C42/tmp/59284400184__ABFE96DC-550B-46F1-AEBF-5DE5F7F17F7A.M…" lastModified: null lastModifiedDate: 1571151205370.55 localURL: "cdvfile://localhost/temporary/59284400184__ABFE96DC-550B-46F1-AEBF-5DE5F7F17F7A.MOV" name: "59284400184__ABFE96DC-550B-46F1-AEBF-5DE5F7F17F7A.MOV" size: 3672746 start: 0 type: "video/quicktime"
The text was updated successfully, but these errors were encountered:
Did you try both the plugins and you were not able to capture video?
Sorry, something went wrong.
same issue for me... iOS 15.2
No branches or pull requests
It seems like we may be experience the same bug that Cordova-Plugin-Camera is experiencing.
apache/cordova-plugin-camera#506
Any thoughts on a fix?
My localURL is
cdvfile://localhost/temporary/59284040337__0D7B9C83-F037-4886-A92A-064688556823.MOV
and the fullPath is
/private/var/mobile/Containers/Data/Application/021133A7-158B-4EDE-8EDD-CB330EBC21E2/tmp/59284040337__0D7B9C83-F037-4886-A92A-064688556823.MOV
I'm trying to get the videos up to FireBase, but this seems to be a corrupted file. See full mediaFile output here:
The text was updated successfully, but these errors were encountered: