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

Allow 10sec/ xx KB of video upload ( restrict to only one video upload at a time ) #8

Open
abhaychaware opened this issue Aug 17, 2016 · 2 comments
Assignees

Comments

@abhaychaware
Copy link
Owner

Allow 10sec/ xx KB of video upload ( restrict to only one video upload at a time ).

todo : decide on length or size criteria

@grahamearley
Copy link
Collaborator

grahamearley commented Aug 27, 2016

I just gave this a look and don't think I'll have time to actually implement it.

It's easy to set the Chooser to look for videos instead of photos. But once you have a photo URI, it's trickier to actually get a thumbnail for that video. I didn't look into restricting the size or length of the video.

Once you have a method for finding a video's thumbnail (or perhaps if you choose to not display thumbnails), you have to send the data to the backend. Base64-encoding may not be the best option here, but, again, I haven't done that much research on it.

@abhaychaware
Copy link
Owner Author

Hmm okay. Let me take a deeper look at this. Thx for the tips ..

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

2 participants