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

Android: compress videos before uploading #24

Open
octavn opened this issue Feb 12, 2018 · 1 comment
Open

Android: compress videos before uploading #24

octavn opened this issue Feb 12, 2018 · 1 comment
Labels

Comments

@octavn
Copy link

octavn commented Feb 12, 2018

Another issue we are facing is the huge (in size) video files we get from Android. \

iOS compresses the video before uploading down to 360x480 but Android does not, it just uses whatever resolution is set on the device.

We thus deal with a lot of huge (100-150MB) 60 second 4k & FullHD videos.

Not sure if this is an issue that should be solved through the spec but it's something worth considering.

@octavn octavn changed the title Compress video before upload Android: Compress videos before uploading Feb 12, 2018
@octavn octavn changed the title Android: Compress videos before uploading Android: compress videos before uploading Feb 12, 2018
@anssiko anssiko added the v2 label Feb 12, 2018
@anssiko
Copy link
Member

anssiko commented Feb 12, 2018

Similarly to #23, we appreciate your feedback. Marked as v2.

Related, the programmatic API https://www.w3.org/TR/mediacapture-streams/ does specify rather complex constraints model. We would probably want something much simpler for this declarative feature.

Cc @riju to investigate the Chrome Android implementation feasibility and report back.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants