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

Record Audio and Video #266

Open
SuperPat45 opened this issue Jul 10, 2020 · 0 comments
Open

Record Audio and Video #266

SuperPat45 opened this issue Jul 10, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request plugin Related to a specific Uppload plugin up for grabs Feel free to pick this up in a PR!

Comments

@SuperPat45
Copy link

SuperPat45 commented Jul 10, 2020

Uppload allow to take a photo from the camera who is a fantastic feature.

Is your feature request related to a problem? Please describe.

In my project I need to record also Audio and Video files.

Describe the solution you'd like

On Chrome and Firefox browsers it can be done with the Media Recorder API:
https://developer.mozilla.org/en-US/docs/Web/API/MediaStream_Recording_API
With a fallback for iOS safari and old browsers using the capture attribute:

<input type="file" accept="video/*" capture="user">
<input type="file" accept="video/*" capture="environment">
<input type="file" accept="audio/*" capture>

Demo: https://addpipe.com/html-media-capture-demo/

@AnandChowdhary AnandChowdhary self-assigned this Jul 11, 2020
@AnandChowdhary AnandChowdhary added enhancement New feature or request plugin Related to a specific Uppload plugin up for grabs Feel free to pick this up in a PR! labels Jul 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request plugin Related to a specific Uppload plugin up for grabs Feel free to pick this up in a PR!
Development

No branches or pull requests

2 participants