Skip to content
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

Get Videos #9

Closed
calls9-mattwyld opened this issue Aug 18, 2020 · 3 comments
Closed

Get Videos #9

calls9-mattwyld opened this issue Aug 18, 2020 · 3 comments

Comments

@calls9-mattwyld
Copy link

Is your feature request related to a problem? Please describe.
There doesn't appear to be a way yet to get video's in capacitor. There is the getPhoto() method in the capacitor camera plugin but no getVideo(). Even if it just returns a file URL, this would be super useful.

Describe the solution you'd like
A getVideos() method that opens the OS Videos to be able to select a video and it return the video in say blob format or the file location

Describe alternatives you've considered
I have used to Cordova camera plugin to achieve this however there are some issues when building it in android.

Additional context
I can provide more details upon request, hopefully the above makes sense.

@imhoffd
Copy link

imhoffd commented Oct 21, 2020

I think this would make more sense in the Camera plugin. The Media plugin organizes media into albums, but doesn't capture photos/videos. This is functionality that's just missing from our Camera plugin. I added an issue to track it: ionic-team/capacitor-plugins#78

cc @stewwan

@realadamsmith
Copy link

Unless WebRTC or MediaRecorder API fulfill this need across iOS and Android, this is a pretty necessary feature.

Will update once iOS 15.1 beta 4 is tested for MediaRecorder API to work on iOS

@stewones
Copy link
Member

stewones commented Jun 8, 2022

as stated by @imhoffd, this functionality doesn't make sense in here, this plugin only aims to manipulate medias on user's device whereas we aren't able to do with official capacitor packages. ie filesystem

@stewones stewones closed this as completed Jun 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants